From 9a2fd1bb7ed9e4a9a04d603c7fefb51163ac0424 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 14 Jul 2011 10:08:34 -0400 Subject: [PATCH] Fix for Bug 6596 - Acq framework has white space for hidden fields Moving the "hidden" style from the
inside the
  • to the
  • itself. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index dd15658a4b..d6044fc81f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -278,8 +278,8 @@ $(document).ready(function() [% FOREACH item IN items %]
    -
      [% FOREACH iteminformatio IN item.iteminformation %]
    1. -
      +
        [% FOREACH iteminformatio IN item.iteminformation %]
      1. +
        [% iteminformatio.marc_value %] -- 2.39.2