[Koha-patches] [PATCH] followup 3 to to renewal limit override

Galen Charlton galen.charlton at liblime.com
Thu Oct 23 01:11:29 CEST 2008


style="display: none" suffices to have a span
be hidden initially; content_hidden is not necessary.
---
 .../prog/en/modules/circ/circulation.tmpl          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
index 815f66e..10526e2 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
@@ -453,7 +453,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
             <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
         <!-- /TMPL_IF -->
         <!-- TMPL_ELSE -->
-            <!-- TMPL_IF NAME="can_confirm" --><span class="renewals-allowed content_hidden">
+            <!-- TMPL_IF NAME="can_confirm" --><span class="renewals-allowed" style="display: none">
                 <input type="checkbox" name="all_items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" style="display: none;" />
                 <!-- TMPL_IF NAME="od" -->
                     <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" />
@@ -513,7 +513,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
             <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
         <!-- /TMPL_IF -->
         <!-- TMPL_ELSE -->
-            <!-- TMPL_IF NAME="can_confirm" --><span class="renewals-allowed content_hidden">
+            <!-- TMPL_IF NAME="can_confirm" --><span class="renewals-allowed" style="display: none">
                 <input type="checkbox" name="all_items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" style="display: none;" />
                 <!-- TMPL_IF NAME="od" -->
                     <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" />
-- 
1.5.5.GIT




More information about the Koha-patches mailing list