Adding a couple missing variables for opac login screen (opacheader,OpacUserCSS)...
authorOwen Leonard <oleonard@myacpl.org>
Sat, 26 Apr 2008 20:41:54 +0000 (15:41 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 28 Apr 2008 10:55:57 +0000 (05:55 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Auth.pm
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl

index cc29d8a..4bf459e 100755 (executable)
@@ -728,6 +728,8 @@ sub checkauth {
         OpacTopissue         => C4::Context->preference("OpacTopissue"),
         OpacAuthorities      => C4::Context->preference("OpacAuthorities"),
         OpacBrowser          => C4::Context->preference("OpacBrowser"),
+        opacheader           => C4::Context->preference("opacheader"),
+        OPACUserCSS           => C4::Context->preference("OPACUserCSS"),
         intranetcolorstylesheet =>
                                                                C4::Context->preference("intranetcolorstylesheet"),
         intranetstylesheet => C4::Context->preference("intranetstylesheet"),
index 6350e97..64b0d95 100644 (file)
@@ -1038,14 +1038,19 @@ width: 100%;
        font-weight: normal;
 }
 
-.results_summary ul {
+#catalogue_detail_biblio div.results_summary {
+       clear :  left;
+}
+#catalogue_detail_biblio div.results_summary ul {
        display : inline;
+       float :  none;
+       clear :  none;
        margin: 0;
        padding: 0;
        list-style : none;
 }
 
-.results_summary ul li {
+#catalogue_detail_biblio div.results_summary ul li {
        display : inline;
 }
 
index 1958ef3..272c83d 100755 (executable)
@@ -9,10 +9,12 @@
                $("#addtagl a").click(function(){
                        $("#addtagl").hide();
                        $("#tagform, #tagform a").show();
+                       return false;
                });
                $("#tagform a").click(function(){
                        $("#addtagl").show();
                        $("#tagform").hide();
+                       return false;
                });
        }); 
 //]]>