@@ -, +, @@ --- .../prog/en/modules/catalogue/itemsearch.tt | 56 +++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ -3,34 +3,34 @@ [% USE Asset %] [% USE AuthorisedValues %] -[% BLOCK form_label %] - [% SWITCH label %] - [% CASE 'barcode' %]Barcode - [% CASE 'itemcallnumber' %]Call number - [% CASE 'stocknumber' %]Inventory number - [% CASE 'title' %]Title - [% CASE 'author' %]Author - [% CASE 'publishercode' %]Publisher - [% CASE 'publicationyear' %]Publication date - [% CASE 'collectiontitle' %]Collection title - [% CASE 'isbn' %]ISBN - [% CASE 'issn' %]ISSN - [% CASE 'homebranch' %]Home library - [% CASE 'holdingbranch' %]Current library - [% CASE 'All libraries' %]All libraries - [% CASE 'location' %]Shelving location - [% CASE 'All locations' %]All locations - [% CASE 'itype' %]Item type - [% CASE 'All item types' %]All item types - [% CASE 'ccode' %]Collection - [% CASE 'All collection codes' %]All collections - [% CASE 'notforloan' %]Status - [% CASE 'All statuses' %]All statuses - [% CASE 'damaged' %]Damaged - [% CASE 'itemlost' %]Lost - [% CASE 'withdrawn' %]Withdrawn - [% END %] -[% END %] +[%- BLOCK form_label -%] + [%- SWITCH label -%] + [%- CASE 'barcode' %]Barcode + [%- CASE 'itemcallnumber' %]Call number + [%- CASE 'stocknumber' %]Inventory number + [%- CASE 'title' %]Title + [%- CASE 'author' %]Author + [%- CASE 'publishercode' %]Publisher + [%- CASE 'publicationyear' %]Publication date + [%- CASE 'collectiontitle' %]Collection title + [%- CASE 'isbn' %]ISBN + [%- CASE 'issn' %]ISSN + [%- CASE 'homebranch' %]Home library + [%- CASE 'holdingbranch' %]Current library + [%- CASE 'All libraries' %]All libraries + [%- CASE 'location' %]Shelving location + [%- CASE 'All locations' %]All locations + [%- CASE 'itype' %]Item type + [%- CASE 'All item types' %]All item types + [%- CASE 'ccode' %]Collection + [%- CASE 'All collection codes' %]All collections + [%- CASE 'notforloan' %]Status + [%- CASE 'All statuses' %]All statuses + [%- CASE 'damaged' %]Damaged + [%- CASE 'itemlost' %]Lost + [%- CASE 'withdrawn' %]Withdrawn + [%- END -%] +[%- END -%] [% BLOCK form_field_select %]
--