Lines 480-486
Link Here
|
480 |
+ ' <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>' |
480 |
+ ' <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>' |
481 |
+ ' <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>' |
481 |
+ ' <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>' |
482 |
+ ' <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>' |
482 |
+ ' <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>' |
483 |
+ ' <th id="itmes_actions" data-colname="actions">Actions</th>' |
483 |
+ ' <th id="items_actions" data-colname="actions">' + _("Actions") + '</th>' |
484 |
+ ' </tr>'; |
484 |
+ ' </tr>'; |
485 |
|
485 |
|
486 |
var table = '' |
486 |
var table = '' |
487 |
- |
|
|