Lines 58-64
Link Here
|
58 |
<a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="d-print-none">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p> |
58 |
<a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="d-print-none">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p> |
59 |
|
59 |
|
60 |
[% IF ( patronupdate ) %]<div class="alert alert-info"><h2>Thank you!</h2><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %] |
60 |
[% IF ( patronupdate ) %]<div class="alert alert-info"><h2>Thank you!</h2><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %] |
61 |
|
|
|
62 |
[% IF failed_holds %] |
61 |
[% IF failed_holds %] |
63 |
<div class="alert alert-info"> |
62 |
<div class="alert alert-info"> |
64 |
<h2>Notice:</h2> |
63 |
<h2>Notice:</h2> |
Lines 1088-1093
Link Here
|
1088 |
[% INCLUDE 'calendar.inc' %] |
1087 |
[% INCLUDE 'calendar.inc' %] |
1089 |
[% INCLUDE 'datatables.inc' %] |
1088 |
[% INCLUDE 'datatables.inc' %] |
1090 |
<script> |
1089 |
<script> |
|
|
1090 |
[% IF successful_holds && Koha.Preference('AutoDeleteFromCartWhenHoldPlaced').grep('opac').size %] |
1091 |
[% FOREACH success IN successful_holds.split('\|') %] |
1092 |
delSingleRecord('[% success | html %]'); |
1093 |
[% END %] |
1094 |
[% END %] |
1091 |
var AR_CAPTION_COUNT = _("(%s total)"); |
1095 |
var AR_CAPTION_COUNT = _("(%s total)"); |
1092 |
|
1096 |
|
1093 |
|
1097 |
|