Lines 99-104
Link Here
|
99 |
<input type="checkbox" name="important" id="important" value="1" /> |
99 |
<input type="checkbox" name="important" id="important" value="1" /> |
100 |
[% END %] |
100 |
[% END %] |
101 |
</li> |
101 |
</li> |
|
|
102 |
<li><label for="authorised_value">Authorized value: </label> |
103 |
<select name="authorised_value" id="authorised_value" size="1"> |
104 |
<option value=""></option> |
105 |
[% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => authorised_value ) %] |
106 |
</select> |
107 |
(if you select a value here, the indicators will be limited to the authorized value list)</li> |
102 |
</ol></fieldset> |
108 |
</ol></fieldset> |
103 |
<fieldset class="action"> |
109 |
<fieldset class="action"> |
104 |
<input type="submit" value="Save changes" /> |
110 |
<input type="submit" value="Save changes" /> |
105 |
- |
|
|