|
Lines 76-88
$(document).ready(function() {
Link Here
|
| 76 |
|
76 |
|
| 77 |
[% IF ( action_modify ) %]<div class="note"><i class="fa fa-exclamation"></i> <strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.</div>[% END %] |
77 |
[% IF ( action_modify ) %]<div class="note"><i class="fa fa-exclamation"></i> <strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.</div>[% END %] |
| 78 |
|
78 |
|
| 79 |
<form action="/cgi-bin/koha/admin/authorised_values.pl" name="Aform" method="post"> |
79 |
<form action="/cgi-bin/koha/admin/authorised_values.pl" name="Aform" method="post" class="validated"> |
| 80 |
<fieldset class="rows"><ol> |
80 |
<fieldset class="rows"><ol> |
| 81 |
[% IF action_add_category %] |
81 |
[% IF action_add_category %] |
| 82 |
<li> |
82 |
<li> |
| 83 |
<label for="category">Category: </label> |
83 |
<label for="category" class="required">Category: </label> |
| 84 |
<input type="hidden" name="op" value="add_category" /> |
84 |
<input type="hidden" name="op" value="add_category" /> |
| 85 |
<input type="text" name="category" id="category" size="32" maxlength="32" class="focus" /> |
85 |
<input type="text" name="category" id="category" size="32" maxlength="32" class="focus" required="required" class="required" /> |
| 86 |
</li> |
86 |
</li> |
| 87 |
[% ELSE %] |
87 |
[% ELSE %] |
| 88 |
<li> |
88 |
<li> |
| 89 |
- |
|
|