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

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


With removal of content_hidden CSS class from
the circ templates, undoing change to staff-global.css
---
 .../intranet-tmpl/prog/en/css/staff-global.css     |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
index 1fa02b2..fe946eb 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -761,11 +761,13 @@ fieldset.rows .inputnote {
 	background-color : #FFFF99;
 }
 .content_hidden {
+    visibility:hidden; /* you propably don't need to change this one */
     display:none;
 }
 
 /* the property for the displayed tab */
 .content_visible {
+    visibility:visible; /* you propably don't need to change this one */
     display:block;
 }
 #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #neworder a {
-- 
1.5.5.GIT




More information about the Koha-patches mailing list