|
Lines 493-498
Link Here
|
| 493 |
+ ' <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>' |
493 |
+ ' <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>' |
| 494 |
+ ' <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>' |
494 |
+ ' <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>' |
| 495 |
+ ' <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>' |
495 |
+ ' <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>' |
|
|
496 |
+ ' <th id="items_dateaccessioned" data-colname="dateaccessioned">' + _("Date accessioned") + '</th>' |
| 497 |
+ ' <th id="items_itemlost_on" data-colname="itemlost_on">' + _("Item lost on date") + '</th>' |
| 498 |
+ ' <th id="items_damaged_on" data-colname="damaged_on">' + _("Item damaged on date") + '</th>' |
| 499 |
+ ' <th id="items_withdrawn_on" data-colname="withdrawn_on">' + _("Withdrawn on date") + '</th>' |
| 500 |
+ ' <th id="items_datelastseen" data-colname="datelastseen">' + _("Date last seen") + '</th>' |
| 496 |
+ ' <th id="items_actions" data-colname="actions">' + _("Actions") + '</th>' |
501 |
+ ' <th id="items_actions" data-colname="actions">' + _("Actions") + '</th>' |
| 497 |
+ ' </tr>'; |
502 |
+ ' </tr>'; |
| 498 |
|
503 |
|
|
Lines 688-693
Link Here
|
| 688 |
{ 'name': 'issues' }, |
693 |
{ 'name': 'issues' }, |
| 689 |
{ 'name': 'datelastborrowed' }, |
694 |
{ 'name': 'datelastborrowed' }, |
| 690 |
{ 'name': 'date_due' }, |
695 |
{ 'name': 'date_due' }, |
|
|
696 |
{ 'name': 'dateaccessioned' }, |
| 697 |
{ 'name': 'itemlost_on' }, |
| 698 |
{ 'name': 'damaged_on' }, |
| 699 |
{ 'name': 'withdrawn_on' }, |
| 700 |
{ 'name': 'datelastseen' }, |
| 691 |
{ 'name': 'actions', 'orderable': false, searchable: false, } |
701 |
{ 'name': 'actions', 'orderable': false, searchable: false, } |
| 692 |
], |
702 |
], |
| 693 |
"pagingType": "full_numbers", |
703 |
"pagingType": "full_numbers", |
| 694 |
- |
|
|