|
Lines 221-227
Link Here
|
| 221 |
<th class="ar-urls">URLs</th> |
221 |
<th class="ar-urls">URLs</th> |
| 222 |
<th class="ar-patron">Patron</th> |
222 |
<th class="ar-patron">Patron</th> |
| 223 |
<th class="ar-date">Date</th> |
223 |
<th class="ar-date">Date</th> |
| 224 |
<th class="ar-actions noExport">Actions</th> |
224 |
<th class="ar-actions noExport NoSort">Actions</th> |
| 225 |
</tr> |
225 |
</tr> |
| 226 |
</thead> |
226 |
</thead> |
| 227 |
|
227 |
|
|
Lines 328-334
Link Here
|
| 328 |
<th class="ar-urls">URLs</th> |
328 |
<th class="ar-urls">URLs</th> |
| 329 |
<th class="ar-patron">Patron</th> |
329 |
<th class="ar-patron">Patron</th> |
| 330 |
<th class="ar-date">Date</th> |
330 |
<th class="ar-date">Date</th> |
| 331 |
<th class="ar-actions noExport">Actions</th> |
331 |
<th class="ar-actions noExport NoSort">Actions</th> |
| 332 |
</tr> |
332 |
</tr> |
| 333 |
</thead> |
333 |
</thead> |
| 334 |
|
334 |
|
|
Lines 434-440
Link Here
|
| 434 |
<th class="ar-urls">URLs</th> |
434 |
<th class="ar-urls">URLs</th> |
| 435 |
<th class="ar-patron">Patron</th> |
435 |
<th class="ar-patron">Patron</th> |
| 436 |
<th class="ar-date">Date</th> |
436 |
<th class="ar-date">Date</th> |
| 437 |
<th class="ar-actions noExport">Actions</th> |
437 |
<th class="ar-actions noExport NoSort">Actions</th> |
| 438 |
</tr> |
438 |
</tr> |
| 439 |
</thead> |
439 |
</thead> |
| 440 |
|
440 |
|
|
Lines 574-588
Link Here
|
| 574 |
if( link.length > 0 ) link[0].focus(); |
574 |
if( link.length > 0 ) link[0].focus(); |
| 575 |
}); |
575 |
}); |
| 576 |
|
576 |
|
| 577 |
requested_datatable = $("#article-requests-requested-table").kohaTable({ |
577 |
requested_datatable = $("#article-requests-requested-table").kohaTable(); |
| 578 |
columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }], |
578 |
pending_datatable = $("#article-requests-pending-table").kohaTable(); |
| 579 |
}); |
579 |
processing_datatable = $("#article-requests-processing-table").kohaTable(); |
| 580 |
pending_datatable = $("#article-requests-pending-table").kohaTable({ |
|
|
| 581 |
columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }], |
| 582 |
}); |
| 583 |
processing_datatable = $("#article-requests-processing-table").kohaTable({ |
| 584 |
columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }], |
| 585 |
}); |
| 586 |
active_datatable = requested_datatable; |
580 |
active_datatable = requested_datatable; |
| 587 |
activateBatchActions( active_tab ); |
581 |
activateBatchActions( active_tab ); |
| 588 |
}); |
582 |
}); |