Lines 219-225
Link Here
|
219 |
<th class="ar-urls">URLs</th> |
219 |
<th class="ar-urls">URLs</th> |
220 |
<th class="ar-patron">Patron</th> |
220 |
<th class="ar-patron">Patron</th> |
221 |
<th class="ar-date">Date</th> |
221 |
<th class="ar-date">Date</th> |
222 |
<th class="ar-actions noExport">Actions</th> |
222 |
<th class="ar-actions noExport NoSort">Actions</th> |
223 |
</tr> |
223 |
</tr> |
224 |
</thead> |
224 |
</thead> |
225 |
|
225 |
|
Lines 326-332
Link Here
|
326 |
<th class="ar-urls">URLs</th> |
326 |
<th class="ar-urls">URLs</th> |
327 |
<th class="ar-patron">Patron</th> |
327 |
<th class="ar-patron">Patron</th> |
328 |
<th class="ar-date">Date</th> |
328 |
<th class="ar-date">Date</th> |
329 |
<th class="ar-actions noExport">Actions</th> |
329 |
<th class="ar-actions noExport NoSort">Actions</th> |
330 |
</tr> |
330 |
</tr> |
331 |
</thead> |
331 |
</thead> |
332 |
|
332 |
|
Lines 432-438
Link Here
|
432 |
<th class="ar-urls">URLs</th> |
432 |
<th class="ar-urls">URLs</th> |
433 |
<th class="ar-patron">Patron</th> |
433 |
<th class="ar-patron">Patron</th> |
434 |
<th class="ar-date">Date</th> |
434 |
<th class="ar-date">Date</th> |
435 |
<th class="ar-actions noExport">Actions</th> |
435 |
<th class="ar-actions noExport NoSort">Actions</th> |
436 |
</tr> |
436 |
</tr> |
437 |
</thead> |
437 |
</thead> |
438 |
|
438 |
|
Lines 582-596
Link Here
|
582 |
if( link.length > 0 ) link[0].focus(); |
582 |
if( link.length > 0 ) link[0].focus(); |
583 |
}); |
583 |
}); |
584 |
|
584 |
|
585 |
requested_datatable = $("#article-requests-requested-table").kohaTable({ |
585 |
requested_datatable = $("#article-requests-requested-table").kohaTable(); |
586 |
columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }], |
586 |
pending_datatable = $("#article-requests-pending-table").kohaTable(); |
587 |
}); |
587 |
processing_datatable = $("#article-requests-processing-table").kohaTable(); |
588 |
pending_datatable = $("#article-requests-pending-table").kohaTable({ |
|
|
589 |
columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }], |
590 |
}); |
591 |
processing_datatable = $("#article-requests-processing-table").kohaTable({ |
592 |
columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }], |
593 |
}); |
594 |
active_datatable = requested_datatable; |
588 |
active_datatable = requested_datatable; |
595 |
activateBatchActions( active_tab ); |
589 |
activateBatchActions( active_tab ); |
596 |
$(".starthidden").show(); |
590 |
$(".starthidden").show(); |