Lines 88-94
Link Here
|
88 |
<tr> |
88 |
<tr> |
89 |
<th class="anti-the">Title</th> |
89 |
<th class="anti-the">Title</th> |
90 |
<th>[% IF ( ccodesearch ) %]Collection[% ELSE %]Item type[% END %]</th> |
90 |
<th>[% IF ( ccodesearch ) %]Collection[% ELSE %]Item type[% END %]</th> |
91 |
<th class="title-num">Checkouts</th> |
91 |
<th>Checkouts</th> |
92 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
92 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
93 |
<th class="NoSort"> </th> |
93 |
<th class="NoSort"> </th> |
94 |
[% END %] |
94 |
[% END %] |
Lines 118-126
Link Here
|
118 |
[% ItemTypes.GetDescription(result.itemtype) | html %] |
118 |
[% ItemTypes.GetDescription(result.itemtype) | html %] |
119 |
[% END %] |
119 |
[% END %] |
120 |
</td> |
120 |
</td> |
121 |
<td> |
121 |
<td data-order="[% result.count | html %]"> |
122 |
<span class="tdlabel">Checkouts: </span> |
122 |
<span class="tdlabel">Checkouts: </span> |
123 |
<span title="[% result.count | html %]">[% result.count | html %]</span> |
123 |
[% result.count | html %] |
124 |
</td> |
124 |
</td> |
125 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
125 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
126 |
<td> |
126 |
<td> |
Lines 153-160
Link Here
|
153 |
"sorting": [[2, "desc"]], |
153 |
"sorting": [[2, "desc"]], |
154 |
"columnDefs": [ |
154 |
"columnDefs": [ |
155 |
{ "sortable": false, "searchable": false, 'targets': [ 'NoSort' ] }, |
155 |
{ "sortable": false, "searchable": false, 'targets': [ 'NoSort' ] }, |
156 |
{ "type": "anti-the", "targets" : [ "anti-the" ] }, |
156 |
{ "type": "anti-the", "targets" : [ "anti-the" ] } |
157 |
{ "type": "title-numeric", "targets" : [ "title-num"] }, |
|
|
158 |
] |
157 |
] |
159 |
})); |
158 |
})); |
160 |
}); |
159 |
}); |