From 0c18d4f041de3a06dd400ce6f7e3e5e29fa47944 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 b169757..69b5be8 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