Lines 117-126
$(document).ready(function () {
Link Here
|
117 |
<div id="yui-main"> |
117 |
<div id="yui-main"> |
118 |
|
118 |
|
119 |
<div class="yui-g"> |
119 |
<div class="yui-g"> |
120 |
[% IF !Koha.Preference('AnonymousPatron') %] |
120 |
|
121 |
[% IF Koha.Preference('OPACPrivacy') %] |
121 |
[% IF privacy == 2 AND NOT Koha.Preference('AnonymousPatron') %] |
122 |
<div class="dialog alert"><strong>Error:</strong> The system preference OPACPrivacy is set but AnonymousPatron is not! Please correct this before continuing circulation.</div> |
122 |
<div class="dialog alert"><strong>Error:</strong> This patron has requested a privacy on returning item but the AnonymousPatron pref is not set correctly.</div> |
123 |
[% END %] |
123 |
[% ELSIF NOT Koha.Preference('AnonymousPatron') AND Koha.Preference('OPACPrivacy') %] |
|
|
124 |
<div class="dialog alert"><strong>Error:</strong> The system preference OPACPrivacy is set but AnonymousPatron is not! Please correct this before continuing circulation.</div> |
124 |
[% END %] |
125 |
[% END %] |
125 |
|
126 |
|
126 |
[% IF additional_materials %] |
127 |
[% IF additional_materials %] |
127 |
- |
|
|