Lines 658-663
Link Here
|
658 |
[% MACRO jsinclude BLOCK %] |
658 |
[% MACRO jsinclude BLOCK %] |
659 |
[% INCLUDE 'datatables.inc' %] |
659 |
[% INCLUDE 'datatables.inc' %] |
660 |
[% INCLUDE 'calendar.inc' %] |
660 |
[% INCLUDE 'calendar.inc' %] |
|
|
661 |
[% INCLUDE 'columns_settings.inc' %] |
661 |
[% Asset.js("js/circ-patron-search-results.js") | $raw %] |
662 |
[% Asset.js("js/circ-patron-search-results.js") | $raw %] |
662 |
<script> |
663 |
<script> |
663 |
var MSG_CONFIRM_DELETE_HOLD = _("Are you sure you want to cancel this hold?"); |
664 |
var MSG_CONFIRM_DELETE_HOLD = _("Are you sure you want to cancel this hold?"); |
Lines 670-675
Link Here
|
670 |
[% END %][% END %][% END %] |
671 |
[% END %][% END %][% END %] |
671 |
}; |
672 |
}; |
672 |
var MSG_NO_ITEMS_AVAILABLE = _("A hold cannot be requested on any of these items."); |
673 |
var MSG_NO_ITEMS_AVAILABLE = _("A hold cannot be requested on any of these items."); |
|
|
674 |
columns_settings_borrowers_table = [% ColumnsSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %] |
673 |
|
675 |
|
674 |
$(document).ready(function() { |
676 |
$(document).ready(function() { |
675 |
function ToggleHoldsToPlace() { |
677 |
function ToggleHoldsToPlace() { |
676 |
- |
|
|