From 081149613af197ccda54f9992f4c3c03e6423691 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 18 Jul 2011 09:25:47 -0400 Subject: [PATCH] Fix for Bug 6596 - Acq framework has white space for hidden fields Content-Type: text/plain; charset="utf-8" Moving the "hidden" style from the
inside the
  • to the
  • itself. --- .../prog/en/modules/acqui/neworderempty.tt | 4 ++-- 1 files 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 dd15658..d6044fc 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 %] -- 1.7.3