Lines 23-29
Link Here
|
23 |
//<![CDATA[ |
23 |
//<![CDATA[ |
24 |
var MSG_ADD_MESSAGE = _("Add a new message"); |
24 |
var MSG_ADD_MESSAGE = _("Add a new message"); |
25 |
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); |
25 |
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); |
26 |
[% IF ( UseTablesortForCirc && dateformat == 'metric' ) %]dt_add_type_uk_date();[% END %] |
|
|
27 |
[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% ELSE %]$.cookie("holdfor",null, { path: "/", expires: 0 });[% END %] |
26 |
[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% ELSE %]$.cookie("holdfor",null, { path: "/", expires: 0 });[% END %] |
28 |
[% UNLESS ( borrowernumber ) %][% UNLESS ( CGIselectborrower ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %] |
27 |
[% UNLESS ( borrowernumber ) %][% UNLESS ( CGIselectborrower ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %] |
29 |
$(document).ready(function() { |
28 |
$(document).ready(function() { |
Lines 42-51
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
42 |
"sDom": 't', |
41 |
"sDom": 't', |
43 |
"aaSorting": [], |
42 |
"aaSorting": [], |
44 |
"aoColumnDefs": [ |
43 |
"aoColumnDefs": [ |
45 |
{ "aTargets": [ -1, -2[% IF ( exports_enabled ) %], -3[% END %] ], "bSortable": false, "bSearchable": false } |
44 |
{ "aTargets": [ -1, -2[% IF ( exports_enabled ) %], -3[% END %] ], "bSortable": false, "bSearchable": false }, |
46 |
], |
45 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] }, |
47 |
"aoColumns": [ |
46 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] } |
48 |
{ "sType": "title-string" },{ "sType": "anti-the" },null,{ "sType": "title-string" },null,null,null,null,null,null[% IF ( exports_enabled ) %],null[% END %] |
|
|
49 |
], |
47 |
], |
50 |
"bPaginate": false |
48 |
"bPaginate": false |
51 |
})); |
49 |
})); |
Lines 53-60
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
53 |
$("#relissuest").dataTable($.extend(true, {}, dataTablesDefaults, { |
51 |
$("#relissuest").dataTable($.extend(true, {}, dataTablesDefaults, { |
54 |
"sDom": 't', |
52 |
"sDom": 't', |
55 |
"aaSorting": [], |
53 |
"aaSorting": [], |
56 |
"aoColumns": [ |
54 |
"aoColumnDefs": [ |
57 |
{ "sType": "title-string" },{ "sType": "anti-the" },null,{ "sType": "title-string" },null,null,null,null,{ "sType": "html" } |
55 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] }, |
|
|
56 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] }, |
57 |
{ "sType": "html", "aTargets" : [ "html-content" ] } |
58 |
], |
58 |
], |
59 |
"bPaginate": false |
59 |
"bPaginate": false |
60 |
})); |
60 |
})); |
Lines 715-724
No patron matched <span class="ex">[% message %]</span>
Link Here
|
715 |
<input type="hidden" name="branch" value="[% branch %]" /> |
715 |
<input type="hidden" name="branch" value="[% branch %]" /> |
716 |
<table id="issuest"> |
716 |
<table id="issuest"> |
717 |
<thead><tr> |
717 |
<thead><tr> |
718 |
<th scope="col">Due date</th> |
718 |
<th scope="col" class="title-string">Due date</th> |
719 |
<th scope="col">Title</th> |
719 |
<th scope="col" class="anti-the">Title</th> |
720 |
<th scope="col">Item type</th> |
720 |
<th scope="col">Item type</th> |
721 |
<th scope="col">Checked out on</th> |
721 |
<th scope="col" class="title-string">Checked out on</th> |
722 |
<th scope="col">Checked out from</th> |
722 |
<th scope="col">Checked out from</th> |
723 |
<th scope="col">Call no</th> |
723 |
<th scope="col">Call no</th> |
724 |
<th scope="col">Charge</th> |
724 |
<th scope="col">Charge</th> |
Lines 964-978
No patron matched <span class="ex">[% message %]</span>
Link Here
|
964 |
<table id="relissuest"> |
964 |
<table id="relissuest"> |
965 |
<thead> |
965 |
<thead> |
966 |
<tr> |
966 |
<tr> |
967 |
<th scope="col">Due date</th> |
967 |
<th scope="col" class="title-string">Due date</th> |
968 |
<th scope="col">Title</th> |
968 |
<th scope="col" class="anti-the">Title</th> |
969 |
<th scope="col">Item type</th> |
969 |
<th scope="col">Item type</th> |
970 |
<th scope="col">Checked out on</th> |
970 |
<th scope="col" class="title-string">Checked out on</th> |
971 |
<th scope="col">Checked out from</th> |
971 |
<th scope="col">Checked out from</th> |
972 |
<th scope="col">Call no</th> |
972 |
<th scope="col">Call no</th> |
973 |
<th scope="col">Charge</th> |
973 |
<th scope="col">Charge</th> |
974 |
<th scope="col">Price</th> |
974 |
<th scope="col">Price</th> |
975 |
<th scope="col">Patron</th> |
975 |
<th scope="col" class="html-content">Patron</th> |
976 |
</tr> |
976 |
</tr> |
977 |
</thead> |
977 |
</thead> |
978 |
[% IF ( relissues ) %] <tbody> |
978 |
[% IF ( relissues ) %] <tbody> |