[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes cat-top.inc,1.15,1.16 circulation-top.inc,1.17,1.18

Mike Hansen wolfpac444 at users.sourceforge.net
Thu Aug 7 14:42:02 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv1998/koha/koha-tmpl/intranet-tmpl/default/en/includes

Modified Files:
	cat-top.inc circulation-top.inc 
Log Message:
Fixed Bug #561.


Index: cat-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** cat-top.inc	23 Jun 2003 11:20:28 -0000	1.15
--- cat-top.inc	7 Aug 2003 12:41:59 -0000	1.16
***************
*** 4,12 ****
  <head>
  <title>KOHA: INTRANET: Catalogue</title>
- <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
- </head>
- <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
- marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
  <style>
  a.catalogue {
--- 4,18 ----
  <head>
  <title>KOHA: INTRANET: Catalogue</title>
  
+ <script language="JavaScript">
+ <!-- Hide from old browsers
+ function openWindow(targeturl, windowname) {
+ newwin =
+ window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
+ }
+ // end hiding -->
+ </script>
+ 
+ <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
  <style>
  a.catalogue {
***************
*** 29,32 ****
--- 35,43 ----
  	}
  </style>
+ </head>
+ <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
+ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
+ 
+ 
  
  <!------------------------MENUS-------------------------------->

Index: circulation-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** circulation-top.inc	20 Jun 2003 16:11:43 -0000	1.17
--- circulation-top.inc	7 Aug 2003 12:41:59 -0000	1.18
***************
*** 4,12 ****
  <head>
  <title>KOHA: INTRANET: Circulation</title>
- <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
- </head>
- <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
- marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
  <style>
  a.circulation {
--- 4,18 ----
  <head>
  <title>KOHA: INTRANET: Circulation</title>
  
+ <script language="JavaScript">
+ <!-- Hide from old browsers
+ function openWindow(targeturl, windowname) {
+ newwin =
+ window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
+ }
+ // end hiding -->
+ </script>
+ 
+ <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
  <style>
  a.circulation {
***************
*** 26,29 ****
--- 32,38 ----
  	}
  </style>
+ </head>
+ <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
+ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
  <!------------------------MENUS-------------------------------->





More information about the Koha-cvs mailing list