77
77
<label for="var_argno_${variable.varid}">Arg Num:</label>
78
78
<input size="5" type="text" id="var_argno_${variable.varid}" value="${variable.arg_no}" />
79
79
<input type="button" value="Save Variable" onclick="edit_var('${variable.varid}', '${test_suite.suiteid}')" />
83
82
<a onclick="tog('add_variable_${test_suite.suiteid}')">Add A New Variable</a>
84
83
<div class="add_variable" id="add_variable_${test_suite.suiteid}">
85
84
<label for="new_var_type_${test_suite.suiteid}">Type:</label>