Lines 40-46
Link Here
|
40 |
<caption>Sending to [% library.branchname | html %]</caption> |
40 |
<caption>Sending to [% library.branchname | html %]</caption> |
41 |
<thead> |
41 |
<thead> |
42 |
<tr> |
42 |
<tr> |
43 |
<th class="title-string">Date of request</th> |
43 |
<th>Date of request</th> |
44 |
<th class="anti-the">Title</th> |
44 |
<th class="anti-the">Title</th> |
45 |
<th>Reason</th> |
45 |
<th>Reason</th> |
46 |
<th>On loan</th> |
46 |
<th>On loan</th> |
Lines 53-59
Link Here
|
53 |
[% FOREACH transfer IN library.inbound_transfers %] |
53 |
[% FOREACH transfer IN library.inbound_transfers %] |
54 |
[% UNLESS transfer.datesent %] |
54 |
[% UNLESS transfer.datesent %] |
55 |
<tr> |
55 |
<tr> |
56 |
<td><p><span title="[% transfer.daterequested | html %]">[% transfer.daterequested | $KohaDates %]</span></p></td> |
56 |
<td data-order="[% transfer.daterequested | html %]"> |
|
|
57 |
[% transfer.daterequested | $KohaDates %] |
58 |
</td> |
57 |
<td> |
59 |
<td> |
58 |
[% INCLUDE 'biblio-title.inc' biblio = transfer.item.biblio link = 1 %][% IF ( transfer.item.biblio.author ) %] by [% transfer.item.biblio.author | html %][% END %] |
60 |
[% INCLUDE 'biblio-title.inc' biblio = transfer.item.biblio link = 1 %][% IF ( transfer.item.biblio.author ) %] by [% transfer.item.biblio.author | html %][% END %] |
59 |
[% IF ( transfer.item.effective_itemtype ) %] (<b>[% ItemTypes.GetDescription( transfer.item.effective_itemtype ) | html %]</b>)[% END %] |
61 |
[% IF ( transfer.item.effective_itemtype ) %] (<b>[% ItemTypes.GetDescription( transfer.item.effective_itemtype ) | html %]</b>)[% END %] |
Lines 103-110
Link Here
|
103 |
$("#transferst[% library.branchcode | html %]").dataTable($.extend(true, {}, dataTablesDefaults, { |
105 |
$("#transferst[% library.branchcode | html %]").dataTable($.extend(true, {}, dataTablesDefaults, { |
104 |
"aoColumnDefs": [ |
106 |
"aoColumnDefs": [ |
105 |
{ "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, |
107 |
{ "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, |
106 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] }, |
108 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] } |
107 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] } |
|
|
108 |
], |
109 |
], |
109 |
"sDom": 't', |
110 |
"sDom": 't', |
110 |
"bPaginate": false |
111 |
"bPaginate": false |