Lines 71-76
Link Here
|
71 |
<label for="authorised_value">Authorized value: </label> |
71 |
<label for="authorised_value">Authorized value: </label> |
72 |
[% IF ( action_modify ) %]<input type="hidden" id="id" name="id" value="[% id | html %]" />[% END %] |
72 |
[% IF ( action_modify ) %]<input type="hidden" id="id" name="id" value="[% id | html %]" />[% END %] |
73 |
<input type="text" id="authorised_value" name="authorised_value" value="[% authorised_value | html %]" maxlength="80" class="focus" /> |
73 |
<input type="text" id="authorised_value" name="authorised_value" value="[% authorised_value | html %]" maxlength="80" class="focus" /> |
|
|
74 |
[% IF category_name == 'LOST' OR category_name == 'WITHDRAWN' OR category_name == 'NOT_LOAN' OR category_name == 'DAMAGED' OR category_name == 'RESTRICTED' %] |
75 |
<span class="hint">The authorized value field in the [% category_name | html %] category must be a one-digit numeric value</span> |
76 |
[% END %] |
74 |
</li> |
77 |
</li> |
75 |
<li> |
78 |
<li> |
76 |
<label for="lib">Description: </label> |
79 |
<label for="lib">Description: </label> |
77 |
- |
|
|