@@ -, +, @@ --- .../intranet-tmpl/prog/css/itemsearchform.css | 4 ++++ .../prog/en/modules/catalogue/itemsearch.tt | 26 +++++++++++----------- 2 files changed, 17 insertions(+), 13 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/itemsearchform.css +++ a/koha-tmpl/intranet-tmpl/prog/css/itemsearchform.css @@ -42,3 +42,7 @@ th select { width: 100%; font-weight: normal; } + +th#items_title { + min-width: 12em; +} --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ -239,19 +239,19 @@ function submitForm($form) { var tr = '' + ' ' - + ' ' + _("Title") + '' - + ' ' + _("Publication date") + '' - + ' ' + _("Publisher") + '' - + ' ' + _("Collection") + '' - + ' ' + _("Barcode") + '' - + ' ' + _("Call number") + '' - + ' ' + _("Home library") + '' - + ' ' + _("Current location") + '' - + ' ' + _("Shelving location") + '' - + ' ' + _("Inventory number") + '' - + ' ' + _("Status") + '' - + ' ' + _("Checkouts") + '' - + ' ' + + ' ' + _("Title") + '' + + ' ' + _("Publication date") + '' + + ' ' + _("Publisher") + '' + + ' ' + _("Collection") + '' + + ' ' + _("Barcode") + '' + + ' ' + _("Call number") + '' + + ' ' + _("Home library") + '' + + ' ' + _("Current location") + '' + + ' ' + _("Shelving location") + '' + + ' ' + _("Inventory number") + '' + + ' ' + _("Status") + '' + + ' ' + _("Checkouts") + '' + + ' ' + ' ' var table = '' + '' --