View | Details | Raw Unified | Return to bug 13564
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-3 / +2 lines)
Lines 5-11 Link Here
5
  [% SWITCH label %]
5
  [% SWITCH label %]
6
    [% CASE 'barcode' %]<span>Barcode</span>
6
    [% CASE 'barcode' %]<span>Barcode</span>
7
    [% CASE 'itemcallnumber' %]<span>Call number</span>
7
    [% CASE 'itemcallnumber' %]<span>Call number</span>
8
    [% CASE 'stocknumber' %]<span>Stock number</span>
8
    [% CASE 'stocknumber' %]<span>Inventory number</span>
9
    [% CASE 'title' %]<span>Title</span>
9
    [% CASE 'title' %]<span>Title</span>
10
    [% CASE 'author' %]<span>Author</span>
10
    [% CASE 'author' %]<span>Author</span>
11
    [% CASE 'publishercode' %]<span>Publisher</span>
11
    [% CASE 'publishercode' %]<span>Publisher</span>
Lines 214-220 Link Here
214
        + '      <th>' + _("Home library") + '</th>'
214
        + '      <th>' + _("Home library") + '</th>'
215
        + '      <th>' + _("Current location") + '</th>'
215
        + '      <th>' + _("Current location") + '</th>'
216
        + '      <th>' + _("Shelving location") + '</th>'
216
        + '      <th>' + _("Shelving location") + '</th>'
217
        + '      <th>' + _("Stock number") + '</th>'
217
        + '      <th>' + _("Inventory number") + '</th>'
218
        + '      <th>' + _("Status") + '</th>'
218
        + '      <th>' + _("Status") + '</th>'
219
        + '      <th>' + _("Checkouts") + '</th>'
219
        + '      <th>' + _("Checkouts") + '</th>'
220
        + '      <th></th>'
220
        + '      <th></th>'
221
- 

Return to bug 13564