From 04e4fc9751332f08ada8da7814652dcddbee72c9 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Wed, 19 Mar 2014 22:25:07 -0300 Subject: [PATCH] Bug 10790: fix misalignment in item type form when noItemTypeImages is off This patch fixes the odd behavior when noItemTypesImages is set to 'Don't show'. Just a misplaced To test: 1) Set syspref noItemTypeImages to 'Don't show' 2) Go to Admininstration > Item types 3) Edit some item type, you will view a display similar to the attached image 4) Apply the patch 5) Reload the page, now the display is fixed 6) Change syspref to 'Show' to check that the display is also good Also fixed a missing '/' on a closing select Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index 45d64c88a4..745dc6b9b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -158,8 +158,8 @@ Item types administration
-[% END %] +[% END %]
  1. [% IF ( notforloan ) %] @@ -191,7 +191,7 @@ Item types administration [% ELSE %] [% END %] -
  2. -- 2.39.5