From fa361963818e45b51ae878e92360adf42e688474 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Wed, 19 Mar 2014 22:25:07 -0300 Subject: [PATCH] Bug 10790 - adding/editing item types screen mis aligned if noItemTypeImages not showing 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 --- .../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 45d64c8..745dc6b 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. -- 1.7.9.5