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 724-733
No patron matched <span class="ex">[% message %]</span>
Link Here
|
724 |
<input type="hidden" name="branch" value="[% branch %]" /> |
724 |
<input type="hidden" name="branch" value="[% branch %]" /> |
725 |
<table id="issuest"> |
725 |
<table id="issuest"> |
726 |
<thead><tr> |
726 |
<thead><tr> |
727 |
<th scope="col">Due date</th> |
727 |
<th scope="col" class="title-string">Due date</th> |
728 |
<th scope="col">Title</th> |
728 |
<th scope="col" class="anti-the">Title</th> |
729 |
<th scope="col">Item type</th> |
729 |
<th scope="col">Item type</th> |
730 |
<th scope="col">Checked out on</th> |
730 |
<th scope="col" class="title-string">Checked out on</th> |
731 |
<th scope="col">Checked out from</th> |
731 |
<th scope="col">Checked out from</th> |
732 |
<th scope="col">Call no</th> |
732 |
<th scope="col">Call no</th> |
733 |
<th scope="col">Charge</th> |
733 |
<th scope="col">Charge</th> |
Lines 973-987
No patron matched <span class="ex">[% message %]</span>
Link Here
|
973 |
<table id="relissuest"> |
973 |
<table id="relissuest"> |
974 |
<thead> |
974 |
<thead> |
975 |
<tr> |
975 |
<tr> |
976 |
<th scope="col">Due date</th> |
976 |
<th scope="col" class="title-string">Due date</th> |
977 |
<th scope="col">Title</th> |
977 |
<th scope="col" class="anti-the">Title</th> |
978 |
<th scope="col">Item type</th> |
978 |
<th scope="col">Item type</th> |
979 |
<th scope="col">Checked out on</th> |
979 |
<th scope="col" class="title-string">Checked out on</th> |
980 |
<th scope="col">Checked out from</th> |
980 |
<th scope="col">Checked out from</th> |
981 |
<th scope="col">Call no</th> |
981 |
<th scope="col">Call no</th> |
982 |
<th scope="col">Charge</th> |
982 |
<th scope="col">Charge</th> |
983 |
<th scope="col">Price</th> |
983 |
<th scope="col">Price</th> |
984 |
<th scope="col">Patron</th> |
984 |
<th scope="col" class="html-content">Patron</th> |
985 |
</tr> |
985 |
</tr> |
986 |
</thead> |
986 |
</thead> |
987 |
[% IF ( relissues ) %] <tbody> |
987 |
[% IF ( relissues ) %] <tbody> |