|
Lines 324-329
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_callno">' + _("Call number") + '</th>' |
328 |
+ ' <th id="items_callno">' + _("Call number") + '</th>' |
| 328 |
+ ' <th id="items_homebranch">' + _("Home library") + '</th>' |
329 |
+ ' <th id="items_homebranch">' + _("Home library") + '</th>' |
| 329 |
+ ' <th id="items_holdingbranch">' + _("Current library") + '</th>' |
330 |
+ ' <th id="items_holdingbranch">' + _("Current library") + '</th>' |
|
Lines 481-486
Link Here
|
| 481 |
{ 'sName': 'publishercode' }, |
482 |
{ 'sName': 'publishercode' }, |
| 482 |
{ 'sName': 'ccode' }, |
483 |
{ 'sName': 'ccode' }, |
| 483 |
{ 'sName': 'barcode' }, |
484 |
{ 'sName': 'barcode' }, |
|
|
485 |
{ 'sName': 'enumchron' }, |
| 484 |
{ 'sName': 'itemcallnumber' }, |
486 |
{ 'sName': 'itemcallnumber' }, |
| 485 |
{ 'sName': 'homebranch' }, |
487 |
{ 'sName': 'homebranch' }, |
| 486 |
{ 'sName': 'holdingbranch' }, |
488 |
{ 'sName': 'holdingbranch' }, |
|
Lines 510-515
Link Here
|
| 510 |
[% END %] |
512 |
[% END %] |
| 511 |
{ 'type': 'text' }, |
513 |
{ 'type': 'text' }, |
| 512 |
{ 'type': 'text' }, |
514 |
{ 'type': 'text' }, |
|
|
515 |
{ 'type': 'text' }, |
| 513 |
{ 'type': 'select', 'values': [% INCLUDE escape_html_value_label elts => branches %] }, |
516 |
{ 'type': 'select', 'values': [% INCLUDE escape_html_value_label elts => branches %] }, |
| 514 |
{ 'type': 'select', 'values': [% INCLUDE escape_html_value_label elts => branches %] }, |
517 |
{ 'type': 'select', 'values': [% INCLUDE escape_html_value_label elts => branches %] }, |
| 515 |
[% IF locations.size %] |
518 |
[% IF locations.size %] |
| 516 |
- |
|
|