diff --git a/koha-tmpl/intranet-tmpl/prog/css/itemsearchform.css b/koha-tmpl/intranet-tmpl/prog/css/itemsearchform.css index 8edc94102d..d94c5109b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/itemsearchform.css +++ b/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; +} \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt index 5588242c71..5e02cc40c7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ b/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 = '' + ''