View | Details | Raw Unified | Return to bug 16112
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +3 lines)
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 == 'LOST' OR category == 'WITHDRAWN' OR category == 'NOT_LOAN' OR category == 'DAMAGED' OR category == 'RESTRICTED' %]
75
             <span class="authvalue_lengthalert">The authorized value field in the [% category %] 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
- 

Return to bug 16112