Lines 493-502
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>' |
496 |
+ ' <th id="items_dateaccessioned" data-colname="dateaccessioned">' + _("Date acquired") + '</th>' |
497 |
+ ' <th id="items_itemlost_on" data-colname="itemlost_on">' + _("Item lost on date") + '</th>' |
497 |
+ ' <th id="items_itemlost_on" data-colname="itemlost_on">' + _("Date lost") + '</th>' |
498 |
+ ' <th id="items_damaged_on" data-colname="damaged_on">' + _("Item damaged on date") + '</th>' |
498 |
+ ' <th id="items_damaged_on" data-colname="damaged_on">' + _("Date damaged") + '</th>' |
499 |
+ ' <th id="items_withdrawn_on" data-colname="withdrawn_on">' + _("Withdrawn on date") + '</th>' |
499 |
+ ' <th id="items_withdrawn_on" data-colname="withdrawn_on">' + _("Date withdrawn") + '</th>' |
500 |
+ ' <th id="items_datelastseen" data-colname="datelastseen">' + _("Date last seen") + '</th>' |
500 |
+ ' <th id="items_datelastseen" data-colname="datelastseen">' + _("Date last seen") + '</th>' |
501 |
+ ' <th id="items_actions" data-colname="actions">' + _("Actions") + '</th>' |
501 |
+ ' <th id="items_actions" data-colname="actions">' + _("Actions") + '</th>' |
502 |
+ ' </tr>'; |
502 |
+ ' </tr>'; |
503 |
- |
|
|