Lines 30-38
Link Here
|
30 |
<input type="hidden" name="result" id="result" value="[% result | html %]" /> |
30 |
<input type="hidden" name="result" id="result" value="[% result | html %]" /> |
31 |
<table id="table_material_types"> |
31 |
<table id="table_material_types"> |
32 |
<tr id="tr_material_types"> |
32 |
<tr id="tr_material_types"> |
33 |
<td><label for="material_type" title="Select a type of material to specify the variable values">Type of Material</label></td> |
33 |
<td><label for="material_type" title="Select a type of material to specify the variable values. Pre-populated based on Leader/06.">Type of Material</label></td> |
34 |
<td> |
34 |
<td> |
35 |
<select name="material_type" id="material_type" title="Select a type of material to specify the variable values" onchange="changeTypeofMaterial(this.form)"> |
35 |
<select name="material_type" id="material_type" title="Select a type of material to specify the variable values. Default selection is based on value in the Leader/06." onchange="changeTypeofMaterial(this.form)"> |
36 |
<option value="">Select a type of material</option> |
36 |
<option value="">Select a type of material</option> |
37 |
</select> |
37 |
</select> |
38 |
</td> |
38 |
</td> |