Lines 476-481
Link Here
|
476 |
+ ' <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>' |
476 |
+ ' <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>' |
477 |
+ ' <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>' |
477 |
+ ' <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>' |
478 |
+ ' <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>' |
478 |
+ ' <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>' |
|
|
479 |
+ ' <th id="items_dateaccessioned" data-colname="dateaccessioned">' + _("Date acquired") + '</th>' |
479 |
+ ' <th id="itmes_actions" data-colname="actions">Actions</th>' |
480 |
+ ' <th id="itmes_actions" data-colname="actions">Actions</th>' |
480 |
+ ' </tr>'; |
481 |
+ ' </tr>'; |
481 |
|
482 |
|
Lines 613-618
Link Here
|
613 |
{ 'name': 'issues' }, |
614 |
{ 'name': 'issues' }, |
614 |
{ 'name': 'datelastborrowed' }, |
615 |
{ 'name': 'datelastborrowed' }, |
615 |
{ 'name': 'date_due' }, |
616 |
{ 'name': 'date_due' }, |
|
|
617 |
{ 'name': 'dateaccessioned' }, |
616 |
{ 'name': 'actions', 'orderable': false } |
618 |
{ 'name': 'actions', 'orderable': false } |
617 |
], |
619 |
], |
618 |
"pagingType": "full_numbers", |
620 |
"pagingType": "full_numbers", |
Lines 672-677
Link Here
|
672 |
{ 'type': 'text' }, |
674 |
{ 'type': 'text' }, |
673 |
{ 'type': 'text' }, |
675 |
{ 'type': 'text' }, |
674 |
{ 'type': 'text' }, |
676 |
{ 'type': 'text' }, |
|
|
677 |
{ 'type': 'text' }, |
675 |
null |
678 |
null |
676 |
] |
679 |
] |
677 |
}); |
680 |
}); |
678 |
- |
|
|