[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes auth-search-top.inc,1.1,1.2 auth-top.inc,1.4,1.5 error-top.inc,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Mon Sep 13 17:30:21 CEST 2004


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

Modified Files:
	auth-search-top.inc auth-top.inc error-top.inc 
Log Message:
minor css changes

Index: auth-search-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/auth-search-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** auth-search-top.inc	5 Jul 2004 13:36:37 -0000	1.1
--- auth-search-top.inc	13 Sep 2004 15:30:18 -0000	1.2
***************
*** 50,70 ****
  <!-- TMPL_ELSE -->
      <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
! <!-- /TMPL_IF -->
! <a href="
! javascript:(
!   function(){
!      var newSS;
!      newSS=document.getElementById('codepoetry-debug-stylesheet');
!      if(newSS){
!         newSS.href=null;
!         document.documentElement.childNodes[0].removeChild(newSS);
!       } else {
!         newSS=document.createElement('link');
!         newSS.rel='stylesheet';
!         newSS.type='text/css';
!         newSS.href='http://www.codepoetry.net/stuff/css-debug-2.css';
!         newSS.id='codepoetry-debug-stylesheet';
!         document.documentElement.childNodes[0].appendChild(newSS);
!       }
!    }
! )()">TOGGLE CSS</a>
\ No newline at end of file
--- 50,52 ----
  <!-- TMPL_ELSE -->
      <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
! <!-- /TMPL_IF -->
\ No newline at end of file

Index: auth-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/auth-top.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** auth-top.inc	30 Jul 2004 14:19:19 -0000	1.4
--- auth-top.inc	13 Sep 2004 15:30:18 -0000	1.5
***************
*** 83,102 ****
      <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
  <!-- /TMPL_IF -->
- <a href="
- javascript:(
-   function(){
-      var newSS;
-      newSS=document.getElementById('codepoetry-debug-stylesheet');
-      if(newSS){
-         newSS.href=null;
-         document.documentElement.childNodes[0].removeChild(newSS);
-       } else {
-         newSS=document.createElement('link');
-         newSS.rel='stylesheet';
-         newSS.type='text/css';
-         newSS.href='http://www.codepoetry.net/stuff/css-debug-2.css';
-         newSS.id='codepoetry-debug-stylesheet';
-         document.documentElement.childNodes[0].appendChild(newSS);
-       }
-    }
- )()">TOGGLE CSS</a>
\ No newline at end of file
--- 83,84 ----

Index: error-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/error-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** error-top.inc	30 Jul 2004 14:19:19 -0000	1.1
--- error-top.inc	13 Sep 2004 15:30:18 -0000	1.2
***************
*** 69,88 ****
      <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
  <!-- /TMPL_IF -->
- <a href="
- javascript:(
-   function(){
-      var newSS;
-      newSS=document.getElementById('codepoetry-debug-stylesheet');
-      if(newSS){
-         newSS.href=null;
-         document.documentElement.childNodes[0].removeChild(newSS);
-       } else {
-         newSS=document.createElement('link');
-         newSS.rel='stylesheet';
-         newSS.type='text/css';
-         newSS.href='http://www.codepoetry.net/stuff/css-debug-2.css';
-         newSS.id='codepoetry-debug-stylesheet';
-         document.documentElement.childNodes[0].appendChild(newSS);
-       }
-    }
- )()">TOGGLE CSS</a>
\ No newline at end of file
--- 69,70 ----





More information about the Koha-cvs mailing list