|
Lines 200-206
Link Here
|
| 200 |
<th>Lost</th> |
200 |
<th>Lost</th> |
| 201 |
<th>Damaged</th> |
201 |
<th>Damaged</th> |
| 202 |
<th>Withdrawn</th> |
202 |
<th>Withdrawn</th> |
| 203 |
<th>Last seen</th> |
203 |
<th class="title-string">Last seen</th> |
| 204 |
<th>Problems</th> |
204 |
<th>Problems</th> |
| 205 |
</tr> |
205 |
</tr> |
| 206 |
</thead> |
206 |
</thead> |
|
Lines 239-245
Link Here
|
| 239 |
[% result.withdrawn | html %] |
239 |
[% result.withdrawn | html %] |
| 240 |
</td> |
240 |
</td> |
| 241 |
<td> |
241 |
<td> |
| 242 |
[% result.datelastseen | $KohaDates %] |
242 |
<span title="[% result.datelastseen %]">[% result.datelastseen | $KohaDates%]</span> |
| 243 |
</td> |
243 |
</td> |
| 244 |
<td> |
244 |
<td> |
| 245 |
[% FOREACH problem IN result.problems %] |
245 |
[% FOREACH problem IN result.problems %] |
|
Lines 350-355
Link Here
|
| 350 |
"aoColumnDefs": [ |
350 |
"aoColumnDefs": [ |
| 351 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] }, |
351 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] }, |
| 352 |
{ "bSortable": false, "bSearchable": false, "aTargets": [ 0 ] }, |
352 |
{ "bSortable": false, "bSearchable": false, "aTargets": [ 0 ] }, |
|
|
353 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] }, |
| 353 |
], |
354 |
], |
| 354 |
// 3rd column is callnumber |
355 |
// 3rd column is callnumber |
| 355 |
"aaSorting": [[ 2, "asc" ]], |
356 |
"aaSorting": [[ 2, "asc" ]], |
| 356 |
- |
|
|