@@ -, +, @@ - Replace "Bibliographic reference" with "Title" - Replace "Callnumber" with "Call number" - Replace "Home branch" with "Home library" - Replace "Holding branch" with "Current location" - Replace "Location" with "Shelving location" - Replace "Issues" with "Checkouts" - Replace "Indifferent" with "Ignore" - Replace "&" with "&" where necessary - Correct page title and breadcrumbs - Remove label "for" attribute from labels which do not directly target a form field - Correct label "for" attribute on labels which should target a form field - Correct date format hint --- a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.inc @@ -19,5 +19,5 @@ [% item.stocknumber %] [% item.status %] [% item.issues || 0 %] - Edit + Edit --- a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_items.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_items.inc @@ -26,18 +26,18 @@ - [% INCLUDE itemsearch_header name='title' label='title' text='Bibliographic reference' %] + [% INCLUDE itemsearch_header name='title' label='title' text='Title' %] [% INCLUDE itemsearch_header name='publicationyear' label='publication date' text='Publication date' %] [% INCLUDE itemsearch_header name='publishercode' label='publisher' text='Publisher' %] [% INCLUDE itemsearch_header name='collectiontitle' label='collection' text='Collection' %] [% INCLUDE itemsearch_header name='barcode' label='barcode' text='Barcode' %] - [% INCLUDE itemsearch_header name='itemcallnumber' label='callnumber' text='Callnumber' %] - [% INCLUDE itemsearch_header name='homebranch' label='home branch' text='Home branch' %] - [% INCLUDE itemsearch_header name='holdingbranch' label='holding branch' text='Holding branch' %] - [% INCLUDE itemsearch_header name='location' label='location' text='Location' %] + [% INCLUDE itemsearch_header name='itemcallnumber' label='callnumber' text='Call number' %] + [% INCLUDE itemsearch_header name='homebranch' label='home branch' text='Home library' %] + [% INCLUDE itemsearch_header name='holdingbranch' label='holding branch' text='Current location' %] + [% INCLUDE itemsearch_header name='location' label='location' text='Shelving location' %] [% INCLUDE itemsearch_header name='stocknumber' label='stock number' text='Stock number' %] [% INCLUDE itemsearch_header name='notforloan' label='status' text='Status' %] - [% INCLUDE itemsearch_header name='issues' label='issues' text='Issues' %] + [% INCLUDE itemsearch_header name='issues' label='issues' text='Checkouts' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.csv.tt @@ -1,4 +1,4 @@ -Bibliographic reference, Publication Date, Publisher, Collection, Barcode, Callnumber, Home branch, Holding branch, Location, Stock number, Status, Issues +Title, Publication Date, Publisher, Collection, Barcode, Call number, Home library, Current location, Shelving location, Stock number, Status, Checkouts [% FOREACH item IN results -%] [%- INCLUDE 'catalogue/itemsearch_item.csv.inc' item = item -%] [%- END -%] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ -59,7 +59,7 @@ [% END %] - + @@ -130,11 +130,11 @@ [%# Page starts here %] [% INCLUDE 'doc-head-open.inc' %] - Koha › Catalog › Advanced search + Koha › Catalog › Item search [% INCLUDE 'doc-head-close.inc' %] + [% INCLUDE 'datatables.inc' %] -