Lines 430-436
Link Here
|
430 |
[% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %] |
430 |
[% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %] |
431 |
<tr> |
431 |
<tr> |
432 |
<th scope="row"><strong class="error">Error</strong> </th> |
432 |
<th scope="row"><strong class="error">Error</strong> </th> |
433 |
<td>Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail.</td> |
433 |
<td>Some patrons have requested a privacy on returning item, but the AnonymousPatron preference is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail.</td> |
434 |
</tr> |
434 |
</tr> |
435 |
[% END %] |
435 |
[% END %] |
436 |
[% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %] |
436 |
[% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %] |
Lines 451-457
Link Here
|
451 |
<td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]</th></tr> |
451 |
<td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]</th></tr> |
452 |
[% END %] |
452 |
[% END %] |
453 |
[% IF warnPrefPatronSelfRegistrationDefaultCategory %] |
453 |
[% IF warnPrefPatronSelfRegistrationDefaultCategory %] |
454 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'PatronSelfRegistration' is set but 'PatronSelfRegistrationDefaultCategory' does not contain a valid patron category code. Patron self-registration is disabled.</td></tr> |
454 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'PatronSelfRegistration' is set, but 'PatronSelfRegistrationDefaultCategory' does not contain a valid patron category code. Patron self-registration is disabled.</td></tr> |
455 |
[% END %] |
455 |
[% END %] |
456 |
[% IF warnXSLT %] |
456 |
[% IF warnXSLT %] |
457 |
[% FOR p IN warnXSLT %] |
457 |
[% FOR p IN warnXSLT %] |
458 |
- |
|
|