|
Lines 271-282
$(document).ready(function() {
Link Here
|
| 271 |
<li id="ERROR_cardnumber">Cardnumber length is incorrect.</li> |
271 |
<li id="ERROR_cardnumber">Cardnumber length is incorrect.</li> |
| 272 |
[% END %] |
272 |
[% END %] |
| 273 |
[% IF ( ERROR_age_limitations ) %] |
273 |
[% IF ( ERROR_age_limitations ) %] |
| 274 |
<li id="ERROR_age_limitations">Patron's age is incorrect for their category. |
274 |
<li id="ERROR_age_limitations">Patron's age is incorrect for their category. |
| 275 |
Ages allowed are [% age_low %]-[% age_high %].</li> |
275 |
Ages allowed are [% age_low %]-[% age_high %].</li> |
| 276 |
[% END %] |
276 |
[% END %] |
| 277 |
[% IF ( ERROR_branch ) %] |
277 |
[% IF ( ERROR_branch ) %] |
| 278 |
<li id="ERROR_branch">Library is invalid.</li> |
278 |
<li id="ERROR_branch">Library is invalid.</li> |
| 279 |
[% END %] |
279 |
[% END %] |
| 280 |
[% IF ( ERROR_dateofbirth ) %] |
280 |
[% IF ( ERROR_dateofbirth ) %] |
| 281 |
<li id="ERROR_dateofbirth">Date of birth is invalid.</li> |
281 |
<li id="ERROR_dateofbirth">Date of birth is invalid.</li> |
| 282 |
[% END %] |
282 |
[% END %] |
|
Lines 830-836
$(document).ready(function() {
Link Here
|
| 830 |
<label for="opacnote" class="required"> |
830 |
<label for="opacnote" class="required"> |
| 831 |
[% ELSE %] |
831 |
[% ELSE %] |
| 832 |
<label for="opacnote"> |
832 |
<label for="opacnote"> |
| 833 |
[% END %] |
833 |
[% END %] |
| 834 |
OPAC note: </label> |
834 |
OPAC note: </label> |
| 835 |
<textarea id="opacnote" name="opacnote" cols="55" rows="5">[% UNLESS opduplicate %][% opacnote %][% END %]</textarea> |
835 |
<textarea id="opacnote" name="opacnote" cols="55" rows="5">[% UNLESS opduplicate %][% opacnote %][% END %]</textarea> |
| 836 |
<div class="hint">This message appears on this patron's user page in the OPAC</div> |
836 |
<div class="hint">This message appears on this patron's user page in the OPAC</div> |
|
Lines 839-845
$(document).ready(function() {
Link Here
|
| 839 |
[% END %] |
839 |
[% END %] |
| 840 |
[% UNLESS noborrowernotes %] |
840 |
[% UNLESS noborrowernotes %] |
| 841 |
<li> |
841 |
<li> |
| 842 |
[% IF ( mandatoryborrowernotes ) %] |
842 |
[% IF ( mandatoryborrowernotes ) %] |
| 843 |
<label for="borrowernotes" class="required"> |
843 |
<label for="borrowernotes" class="required"> |
| 844 |
[% ELSE %] |
844 |
[% ELSE %] |
| 845 |
<label for="borrowernotes"> |
845 |
<label for="borrowernotes"> |
| 846 |
- |
|
|