Lines 377-382
Link Here
|
377 |
+ ' <th id="items_publisher">' + _("Publisher") + '</th>' |
377 |
+ ' <th id="items_publisher">' + _("Publisher") + '</th>' |
378 |
+ ' <th id="items_collection">' + _("Collection") + '</th>' |
378 |
+ ' <th id="items_collection">' + _("Collection") + '</th>' |
379 |
+ ' <th id="items_barcode">' + _("Barcode") + '</th>' |
379 |
+ ' <th id="items_barcode">' + _("Barcode") + '</th>' |
|
|
380 |
+ ' <th id="items_itemnumber">' + _("Item number") + '</th>' |
380 |
+ ' <th id="items_enumchron">' + _("Serial enumeration") + '</th>' |
381 |
+ ' <th id="items_enumchron">' + _("Serial enumeration") + '</th>' |
381 |
+ ' <th id="items_callno">' + _("Call number") + '</th>' |
382 |
+ ' <th id="items_callno">' + _("Call number") + '</th>' |
382 |
+ ' <th id="items_homebranch">' + _("Home library") + '</th>' |
383 |
+ ' <th id="items_homebranch">' + _("Home library") + '</th>' |
Lines 501-506
Link Here
|
501 |
{ 'name': 'publishercode' }, |
502 |
{ 'name': 'publishercode' }, |
502 |
{ 'name': 'ccode' }, |
503 |
{ 'name': 'ccode' }, |
503 |
{ 'name': 'barcode' }, |
504 |
{ 'name': 'barcode' }, |
|
|
505 |
{ 'name': 'itemnumber' }, |
504 |
{ 'name': 'enumchron' }, |
506 |
{ 'name': 'enumchron' }, |
505 |
{ 'name': 'itemcallnumber' }, |
507 |
{ 'name': 'itemcallnumber' }, |
506 |
{ 'name': 'homebranch' }, |
508 |
{ 'name': 'homebranch' }, |
Lines 537-542
Link Here
|
537 |
{ 'type': 'text' }, |
539 |
{ 'type': 'text' }, |
538 |
{ 'type': 'text' }, |
540 |
{ 'type': 'text' }, |
539 |
{ 'type': 'text' }, |
541 |
{ 'type': 'text' }, |
|
|
542 |
{ 'type': 'text' }, |
540 |
{ 'type': 'select', 'values': [% INCLUDE escape_html_value_label elts => branches %] }, |
543 |
{ 'type': 'select', 'values': [% INCLUDE escape_html_value_label elts => branches %] }, |
541 |
{ 'type': 'select', 'values': [% INCLUDE escape_html_value_label elts => branches %] }, |
544 |
{ 'type': 'select', 'values': [% INCLUDE escape_html_value_label elts => branches %] }, |
542 |
[% IF locations.size %] |
545 |
[% IF locations.size %] |
543 |
- |
|
|