Lines 79-90
Link Here
|
79 |
<input type="checkbox" name="mandatory" id="mandatory" value="1" /> |
79 |
<input type="checkbox" name="mandatory" id="mandatory" value="1" /> |
80 |
[% END %] |
80 |
[% END %] |
81 |
</li> |
81 |
</li> |
82 |
<li><label for="authorised_value">Authorized value: </label> |
|
|
83 |
<select name="authorised_value" id="authorised_value" size="1"> |
84 |
<option value=""></option> |
85 |
[% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => authorised_value ) %] |
86 |
</select> |
87 |
(if you select a value here, the indicators will be limited to the authorized value list)</li> |
88 |
<li><label for="important">Important: </label> |
82 |
<li><label for="important">Important: </label> |
89 |
[% IF ( important ) %] |
83 |
[% IF ( important ) %] |
90 |
<input type="checkbox" name="important" id="important" value="1" checked="checked" /> |
84 |
<input type="checkbox" name="important" id="important" value="1" checked="checked" /> |
Lines 92-97
Link Here
|
92 |
<input type="checkbox" name="important" id="important" value="1" /> |
86 |
<input type="checkbox" name="important" id="important" value="1" /> |
93 |
[% END %] |
87 |
[% END %] |
94 |
</li> |
88 |
</li> |
|
|
89 |
<li><label for="authorised_value">Authorized value: </label> |
90 |
<select name="authorised_value" id="authorised_value" size="1"> |
91 |
<option value=""></option> |
92 |
[% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => authorised_value ) %] |
93 |
</select> |
94 |
(if you select a value here, the indicators will be limited to the authorized value list)</li> |
95 |
</ol></fieldset> |
95 |
</ol></fieldset> |
96 |
<fieldset class="action"> |
96 |
<fieldset class="action"> |
97 |
<input type="submit" value="Save changes" /> |
97 |
<input type="submit" value="Save changes" /> |
98 |
- |
|
|