|
Lines 12-29
Link Here
|
| 12 |
[% UNLESS ( preview ) %] |
12 |
[% UNLESS ( preview ) %] |
| 13 |
var sTable = $("#claimst").dataTable($.extend(true, {}, dataTablesDefaults, { |
13 |
var sTable = $("#claimst").dataTable($.extend(true, {}, dataTablesDefaults, { |
| 14 |
"sDom": 't', |
14 |
"sDom": 't', |
| 15 |
[% IF ( letter ) %] |
|
|
| 16 |
"aoColumnDefs": [ |
15 |
"aoColumnDefs": [ |
| 17 |
{ "aTargets": [ 0,1 ], "bSortable": false, "bSearchable": false } |
16 |
[% IF ( letter ) %] |
|
|
17 |
{ "aTargets": [ 0,1 ], "bSortable": false, "bSearchable": false }, |
| 18 |
[% ELSE %] |
| 19 |
{ "aTargets": [ 0 ], "bSortable": false, "bSearchable": false }, |
| 20 |
[% END %] |
| 21 |
{ 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }, |
| 22 |
{ 'sType': "title-string", 'aTargets' : [ 'title-string'] } |
| 18 |
], |
23 |
], |
| 19 |
[% ELSE %] |
|
|
| 20 |
"aoColumnDefs": [ |
| 21 |
{ "aTargets": [ 0 ], "bSortable": false, "bSearchable": false } |
| 22 |
], |
| 23 |
[% END %] |
| 24 |
"aoColumns": [ |
| 25 |
[% IF ( letter ) %]null,[% END %]null,null,{ "sType": "anti-the" },null,null,{ "sType": "title-string" },{ "sType": "title-string" } |
| 26 |
], |
| 27 |
"bPaginate": false |
24 |
"bPaginate": false |
| 28 |
})); |
25 |
})); |
| 29 |
[% END %] |
26 |
[% END %] |
|
Lines 268-279
Link Here
|
| 268 |
<th><input type="checkbox" id="CheckAll"></th> |
265 |
<th><input type="checkbox" id="CheckAll"></th> |
| 269 |
<th>Vendor</th> |
266 |
<th>Vendor</th> |
| 270 |
<th>Library</th> |
267 |
<th>Library</th> |
| 271 |
<th>Title</th> |
268 |
<th class="anti-the">Title</th> |
| 272 |
<th>ISSN</th> |
269 |
<th>ISSN</th> |
| 273 |
<th>Issue number</th> |
270 |
<th>Issue number</th> |
| 274 |
<th>Status</th> |
271 |
<th>Status</th> |
| 275 |
<th>Since</th> |
272 |
<th class="title-string">Since</th> |
| 276 |
<th>Claim date</th> |
273 |
<th class="title-string">Claim date</th> |
| 277 |
</tr></thead> |
274 |
</tr></thead> |
| 278 |
<tbody>[% FOREACH missingissue IN missingissues %] |
275 |
<tbody>[% FOREACH missingissue IN missingissues %] |
| 279 |
<tr> |
276 |
<tr> |