koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes doc-head-ba


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes doc-head-barcodes-close.inc,1.1,1.1.2.1
Date: Sat, 03 Sep 2005 06:50:04 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2997/koha-tmpl/intranet-tmpl/npl/en/includes

Modified Files:
      Tag: rel_2_2
        doc-head-barcodes-close.inc 
Log Message:
Overhaul of barcodes generation interface for NPL.  Not it should actually work.

Index: doc-head-barcodes-close.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** doc-head-barcodes-close.inc 5 Jan 2005 15:45:12 -0000       1.1
--- doc-head-barcodes-close.inc 3 Sep 2005 13:50:01 -0000       1.1.2.1
***************
*** 5,31 ****
        @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
  </style>
! <style>
! .parameters {
!       background-color: #86c268;
!       color: #FFFFFF;
!       text-decoration: normal;
!       font-weight: bold;
!       }
! a.parameters:hover {
!       background-color: #86c268;
!       color: #FFFFFF;
!       text-decoration: normal;
!       font-weight: bold;
!       }
! .ranges {
!       border:0;
! }
! 
! .myTable TD{
!   border-width: 0px;
!   border-color: navy;
!   border-style: solid;
! }
! 
  .panel { 
        position:relative;
--- 5,9 ----
        @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
  </style>
! <style type="text/css">
  .panel { 
        position:relative;
***************
*** 33,41 ****
  
  .countryPanel {
!       z-index:1;
!       width:300px;
!       display:none;
!       border:1px solid #000000;
!       padding:0px;
  }
  </style>
--- 11,37 ----
  
  .countryPanel {
!       background-color : #D8DEB8;
!       z-index : 1;
!       width : 300px;
!       display : none;
!       border-top : 2px outset #FFFFCC;
!       border-left : 2px outset #FFFFCC;
!       border-right : 2px outset #000000;
!       border-bottom : 2px outset #000000;
!       padding : 0;
!       position : absolute;
!       font-size : 80%;
! }
! 
! .countryPanel h4 {
!       background-color : #EFF1D8;
!       color : #000066;
!       margin : 0;
!       padding : 3px;
!       text-align : center;
! }
! 
! .countryPanel p {
!       text-align : center;
  }
  </style>
***************
*** 194,201 ****
                var panel = document.getElementById('addCountryCode');
                panel.style.display = 'inline';
!               panel.style.top = mouseY;
!               panel.style.left = mouseX;
        }
  </script>
  </head>
! <body onload="javascript: changeRange(document.getElementById('rangeType'))">
\ No newline at end of file
--- 190,197 ----
                var panel = document.getElementById('addCountryCode');
                panel.style.display = 'inline';
!               panel.style.top = mouseY+'px';
!               panel.style.left = mouseX+'px';
        }
  </script>
  </head>
! <body onload="changeRange(document.getElementById('rangeType'))">
\ No newline at end of file




reply via email to

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