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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches