Lines 20-28
Link Here
|
20 |
</head> |
20 |
</head> |
21 |
|
21 |
|
22 |
<body id="circ_request" class="catalog"> |
22 |
<body id="circ_request" class="catalog"> |
23 |
<script> |
23 |
|
24 |
$.fn.select2.defaults.set("width", "100%" ); |
|
|
25 |
</script> |
26 |
[% INCLUDE 'header.inc' %] |
24 |
[% INCLUDE 'header.inc' %] |
27 |
[% INCLUDE 'circ-search.inc' %] |
25 |
[% INCLUDE 'circ-search.inc' %] |
28 |
|
26 |
|
Lines 1015-1020
Link Here
|
1015 |
cannotBeTransferred: _("Cannot be transferred to pickup library") |
1013 |
cannotBeTransferred: _("Cannot be transferred to pickup library") |
1016 |
} |
1014 |
} |
1017 |
columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %]; |
1015 |
columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %]; |
|
|
1016 |
$.fn.select2.defaults.set("width", "100%" ); |
1017 |
$.fn.select2.defaults.set("dropdownAutoWidth", true ); |
1018 |
|
1018 |
|
1019 |
$(document).ready(function() { |
1019 |
$(document).ready(function() { |
1020 |
$('#cancellation-reason-fieldset').hide(); |
1020 |
$('#cancellation-reason-fieldset').hide(); |
1021 |
- |
|
|