Lines 324-330
Link Here
|
324 |
+ ' <th id="items_publisher">' + _("Publisher") + '</th>' |
324 |
+ ' <th id="items_publisher">' + _("Publisher") + '</th>' |
325 |
+ ' <th id="items_collection">' + _("Collection") + '</th>' |
325 |
+ ' <th id="items_collection">' + _("Collection") + '</th>' |
326 |
+ ' <th id="items_barcode">' + _("Barcode") + '</th>' |
326 |
+ ' <th id="items_barcode">' + _("Barcode") + '</th>' |
327 |
+ ' <th id="items_barcode">' + _("Serial enumeration") + '</th>' |
327 |
+ ' <th id="items_enumchron">' + _("Serial enumeration") + '</th>' |
328 |
+ ' <th id="items_callno">' + _("Call number") + '</th>' |
328 |
+ ' <th id="items_callno">' + _("Call number") + '</th>' |
329 |
+ ' <th id="items_homebranch">' + _("Home library") + '</th>' |
329 |
+ ' <th id="items_homebranch">' + _("Home library") + '</th>' |
330 |
+ ' <th id="items_holdingbranch">' + _("Current library") + '</th>' |
330 |
+ ' <th id="items_holdingbranch">' + _("Current library") + '</th>' |
331 |
- |
|
|