koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes catsea... [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes catsea... [dev_week]
Date: Tue, 19 Sep 2006 20:40:45 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/09/19 20:40:45

Modified files:
        koha-tmpl/opac-tmpl/npl/en/includes: catsearch.js 
                                             opac-colors.css 
                                             opac-layout.css 

Log message:
        Enabling styling and display of virtual shelf tabs as well as other 
minor style changes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/catsearch.js?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4&r2=1.1.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-colors.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3.2.4&r2=1.1.2.3.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.8&r2=1.1.2.4.2.9

Patches:
Index: catsearch.js
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/catsearch.js,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- catsearch.js        6 Sep 2006 14:12:07 -0000       1.1.2.4
+++ catsearch.js        19 Sep 2006 20:40:45 -0000      1.1.2.5
@@ -11,6 +11,12 @@
        if(document.getElementById('serials')){
       document.getElementById('serials').style.display = 'none';
        }
+       if(document.getElementById('privateshelves')){
+      document.getElementById('privateshelves').style.display = 'none';
+       }
+       if(document.getElementById('publicshelves')){
+      document.getElementById('publicshelves').style.display = 'none';
+       }
 }
 
 function resetButtonsColors() {
@@ -26,6 +32,12 @@
        if(document.getElementById('reviews_tab')){
        document.getElementById('reviews_tab').className = 'off';
          }
+       if(document.getElementById('privateshelves_tab')){
+       document.getElementById('privateshelves_tab').className = 'off';
+         }
+       if(document.getElementById('publicshelves_tab')){
+       document.getElementById('publicshelves_tab').className = 'off';
+         }
 }
 
 function changeView(divid) {

Index: opac-colors.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-colors.css,v
retrieving revision 1.1.2.3.2.4
retrieving revision 1.1.2.3.2.5
diff -u -b -r1.1.2.3.2.4 -r1.1.2.3.2.5
--- opac-colors.css     19 Sep 2006 13:13:21 -0000      1.1.2.3.2.4
+++ opac-colors.css     19 Sep 2006 20:40:45 -0000      1.1.2.3.2.5
@@ -623,12 +623,8 @@
        border-right : 2px solid #333333;
 }
 
-div#holdings, div#descriptions, div#reviews, div#serials {
+div#holdings, div#descriptions, div#reviews, div#serials, div#publicshelves, 
div#privateshelves {
        border : 1px solid #DDDDDD;
-       margin-top : 4px;
-       margin-right : 55%;
-       padding : .7em;
-       width : 90%;
 }
 
 div#holdings table {

Index: opac-layout.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-layout.css,v
retrieving revision 1.1.2.4.2.8
retrieving revision 1.1.2.4.2.9
diff -u -b -r1.1.2.4.2.8 -r1.1.2.4.2.9
--- opac-layout.css     19 Sep 2006 13:13:21 -0000      1.1.2.4.2.8
+++ opac-layout.css     19 Sep 2006 20:40:45 -0000      1.1.2.4.2.9
@@ -343,7 +343,7 @@
 }
 
 input.cart, a.cart {
-       background-image: url(../images/basket.gif);
+       background-image: url(../images/cart.gif);
 }
 
 input.clearall, a.clearall {
@@ -829,6 +829,7 @@
 }
 
 .pages {
+       line-height : 1.8em;
        text-align: center;
 }
 
@@ -1145,7 +1146,7 @@
 
 div#item-details img {
        float : left;
-       padding-right : 1em;
+       padding : 1em;
 }
 
 div#item-details p {
@@ -1161,6 +1162,13 @@
        padding : 5px;
 }
 
+div#holdings, div#descriptions, div#reviews, div#serials, div#publicshelves, 
div#privateshelves {
+       margin-top : 4px;
+       margin-right : 55%;
+       padding : .7em;
+       width : 90%;
+}
+
 #usermenu {
        font-size: .9em;
        font-weight: bold;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]