From f0b711b531905171de2a8c46f2068868170f4a8f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 16 Dec 2013 11:26:12 -0500 Subject: [PATCH] Bug 11405 [5] - Fix html fieldset weirdness For unknown and unnecessary reasons, the inventory tool display will attempt to merge the "select items you want to check" fieldset with the bottom fieldset if no statuses are present. This situation is highly unlikely and complicates the template logic. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index 2d48c65..7cffb4e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -168,9 +168,10 @@ $(document).ready(function(){
  • - [% IF (statuses) %] + + [% IF (statuses) %]
    Limit to items matching all the following statuses
    @@ -193,10 +194,10 @@ $(document).ready(function(){ [% END %]
    -
    -
      [% END %] +
      +
      1. -- 2.1.4