[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-top.inc,1.10,1.11 acquisitions-top.inc,1.16,1.17 cat-top.inc,1.22,1.23 circulation-top.inc,1.22,1.23 common-style.css,1.10,1.11 members-top.inc,1.18,1.19 parameters-top.inc,1.21,1.22 reports-top.inc,1.15,1.16

Paul POULAIN tipaul at users.sourceforge.net
Wed Mar 24 11:46:07 CET 2004


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

Modified Files:
	about-top.inc acquisitions-top.inc cat-top.inc 
	circulation-top.inc common-style.css members-top.inc 
	parameters-top.inc reports-top.inc 
Log Message:
css'ing

Index: about-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/about-top.inc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** about-top.inc	23 Feb 2004 04:18:51 -0000	1.10
--- about-top.inc	24 Mar 2004 10:46:04 -0000	1.11
***************
*** 19,23 ****
  	cursor: hand;
  	color: #FFFFFF;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 19,22 ----

Index: acquisitions-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** acquisitions-top.inc	23 Feb 2004 04:18:51 -0000	1.16
--- acquisitions-top.inc	24 Mar 2004 10:46:04 -0000	1.17
***************
*** 7,12 ****
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
  <style>
--- 7,11 ----
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  </head>
! <body>
  
  <style>
***************
*** 17,21 ****
  	cursor: hand;
  	color:#FFFFFF;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 16,19 ----
***************
*** 29,74 ****
  
  <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
! 	<td valign="bottom" align="left">
! 		<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
! 				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 27,41 ----
  
  <!------------------------MENUS-------------------------------->
! <div id="menubar">
! 	<span class="koha">KOHA</span>
! 	<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! 	<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 	<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
! 	<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! 	<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! 	<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! 	<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! 	<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! </div>
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>

Index: cat-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** cat-top.inc	15 Mar 2004 14:42:02 -0000	1.22
--- cat-top.inc	24 Mar 2004 10:46:04 -0000	1.23
***************
*** 23,27 ****
  	background-color:#ad11ad;
  	color:#FFFFFF;
- 	padding:4px;
  	font-weight: bold;
  	margin:0;
--- 23,26 ----
***************
*** 37,42 ****
  </style>
  </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
  
--- 36,40 ----
  </style>
  </head>
! <body>
  
  
***************
*** 47,51 ****
  	<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
  	<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 	<a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
  	<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
  	<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
--- 45,49 ----
  	<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
  	<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 	<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
  	<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
  	<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
***************
*** 55,59 ****
  </div>
  <div id="submenu">
! <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
  	<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=0&type=intranet" class="submenu">Quick search</a>
  	<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" class="submenu2">MARC search</a>
--- 53,57 ----
  </div>
  <div id="submenu">
! 	<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
  	<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=0&type=intranet" class="submenu">Quick search</a>
  	<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" class="submenu2">MARC search</a>
***************
*** 61,65 ****
  	<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" class="submenu2">Add biblio</a>
  	<a href="/cgi-bin/koha/maint/catmaintain.pl" class="submenu">Cat maintenance</a>
! 
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 59,63 ----
  	<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" class="submenu2">Add biblio</a>
  	<a href="/cgi-bin/koha/maint/catmaintain.pl" class="submenu">Cat maintenance</a>
! </div>
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>

Index: circulation-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** circulation-top.inc	23 Feb 2004 04:18:51 -0000	1.22
--- circulation-top.inc	24 Mar 2004 10:46:04 -0000	1.23
***************
*** 26,30 ****
  	cursor: hand;
  	color:#FFFFFF;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 26,29 ----
***************
*** 58,62 ****
  					</td>
  					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
  					</td>
  					<td>
--- 57,61 ----
  					</td>
  					<td>
! 						<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
  					</td>
  					<td>

Index: common-style.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** common-style.css	15 Mar 2004 14:42:02 -0000	1.10
--- common-style.css	24 Mar 2004 10:46:04 -0000	1.11
***************
*** 1,2 ****
--- 1,9 ----
+ body {
+ 	font-family:verdana,arial,helvetica;
+ 	font-size:12pt;
+ 	margin:0px;
+ 	padding:0px
+ }
+ 
  .button {
  	text-align: center;
***************
*** 29,36 ****
  th {
  	background-color: #99cccc;
! 	background-image:url("/opac-tmpl/default/images/background-mem.gif");
  	font-weight:bold;
  	text-align:center;
- 	font-size:10pt;
  	border-left:1px solid #000000;
  	border-bottom:1px solid #000000;
--- 36,42 ----
  th {
  	background-color: #99cccc;
! 	background-image:url("/opac-tmpl/default/en/images/background-mem.gif");
  	font-weight:bold;
  	text-align:center;
  	border-left:1px solid #000000;
  	border-bottom:1px solid #000000;
***************
*** 40,47 ****
  /* standard cell */
  td {
- 	font-size:10pt;
  	border-left:0px;
  }
- 
  /* hilighted cell */
  td.hilighted {
--- 46,51 ----
***************
*** 52,65 ****
  
  h1 {
! 	color:#666666;
  	background-color:#DDDDDD;
! 	background-image:url("/opac-tmpl/default/images/background-mem.gif");
  	font-size: 150%;
  	text-align:center;
! 	padding: 2px;
  	border: 4px inset #666666;
- 	width:95%;
  }
  
  #problem {
  	color: red;
--- 56,77 ----
  
  h1 {
! 	color:#000000;
  	background-color:#DDDDDD;
! 	background-image:url("/opac-tmpl/default/en/images/background-mem.gif");
  	font-size: 150%;
  	text-align:center;
! 	padding: 4px;
  	border: 4px inset #666666;
  }
  
+ #bloctitle{
+ 	background-image:url("/opac-tmpl/default/en/images/background-mem.gif");
+ 	color:#000000;
+ 	font-size: 125%;
+ 	text-align:center;
+ 	padding:5px;
+ 	margin-bottom:10px;
+ 	border-bottom: 1px solid #666666;
+ }
  #problem {
  	color: red;
***************
*** 70,74 ****
  	font: 1em sans-serif;
  	background-color:#DDDDDD;
! 	padding-bottom:5px;
  }
  #submenu {
--- 82,86 ----
  	font: 1em sans-serif;
  	background-color:#DDDDDD;
! 	padding-bottom:10px;
  }
  #submenu {
***************
*** 76,80 ****
  	background-color:#EEEEEE;
  	border-left:1px solid #000000;
- 	padding-top:5px;
  }
  
--- 88,91 ----
***************
*** 95,105 ****
  	float:left;
  	width=25%;
! 	border:1;
  }
  #bloc100 {
  	float:left;
  	position:relative;
! 	width=90%;
! 	border:1;
  }
  
--- 106,119 ----
  	float:left;
  	width=25%;
! 	border:1px solid #000000;
! 	margin:10px;
! 	padding:0px;
  }
  #bloc100 {
  	float:left;
  	position:relative;
! 	width=100%;
! 	border:1px solid #000000;
! 	margin:10px;
  }
  
***************
*** 116,123 ****
  	color:#777777;
  	background-color:#EEEEEE;
- 	padding:4px;
  	font-weight: bold;
  	margin:0;
  }
  a.submenu2 {
  	font-weight: normal;
--- 130,147 ----
  	color:#777777;
  	background-color:#EEEEEE;
  	font-weight: bold;
  	margin:0;
  }
+ a.submenu:hover {
+ 	font-weight: normal;
+ 	text-decoration: none;
+ 	cursor: hand;
+ 	color:#777777;
+ 	background-color:#EEEEEE;
+ 	font-weight: bold;
+ 	margin:0;
+ 	background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
+ }
+ 
  a.submenu2 {
  	font-weight: normal;
***************
*** 126,139 ****
  	color:#777777;
  	background-color:#CCCCCC;
- 	padding:4px;
  	font-weight: bold;
  	margin:0;
  }
  .koha {
  	text-align:center;
  	background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
! 	padding-left:10px;
! 	padding-right:10px;
! 	}
  
  a.home {
--- 150,171 ----
  	color:#777777;
  	background-color:#CCCCCC;
  	font-weight: bold;
  	margin:0;
  }
+ a.submenu2:hover {
+ 	font-weight: normal;
+ 	text-decoration: none;
+ 	cursor: hand;
+ 	color:#777777;
+ 	background-color:#CCCCCC;
+ 	font-weight: bold;
+ 	background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
+ 	margin:0;
+ }
+ 
  .koha {
  	text-align:center;
  	background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
! }
  
  a.home {
***************
*** 142,146 ****
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 174,177 ----
***************
*** 158,162 ****
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	margin:0;
--- 189,192 ----
***************
*** 176,180 ****
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 206,209 ----
***************
*** 191,195 ****
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 220,223 ----
***************
*** 206,210 ****
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 234,237 ----
***************
*** 221,225 ****
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 248,251 ----
***************
*** 236,240 ****
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 262,265 ----
***************
*** 250,254 ****
  	cursor: hand;
  	color:#777777;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 275,278 ----

Index: members-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** members-top.inc	23 Feb 2004 04:18:51 -0000	1.18
--- members-top.inc	24 Mar 2004 10:46:04 -0000	1.19
***************
*** 7,12 ****
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
  <style>
--- 7,11 ----
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  </head>
! <body>
  
  <style>
***************
*** 17,21 ****
  	cursor: hand;
  	color:#FFFFFF;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 16,19 ----
***************
*** 29,89 ****
  
  <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
! 				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/members-home.pl" class="submenu">Member home</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" class="submenu2">Add member</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" class="submenu">Add organisation</a>
! 					</td>
! 				</tr>
! 			</table>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 27,47 ----
  
  <!------------------------MENUS-------------------------------->
! <div id="menubar">
! 	<span class="koha">KOHA</span>
! 	<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! 	<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 	<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
! 	<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! 	<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! 	<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! 	<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! 	<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! </div>
! <div id="submenu">
! 	<span class="koha">options &gt;&gt;&nbsp;&nbsp;</b></span>
! 	<a href="/cgi-bin/koha/members/members-home.pl" class="submenu">Member home</a>
! 	<a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add" class="submenu2">Add member</a>
! 	<a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&actionType=Add" class="submenu">Add organisation</a>
! </div>
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>

Index: parameters-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** parameters-top.inc	23 Feb 2004 04:18:51 -0000	1.21
--- parameters-top.inc	24 Mar 2004 10:46:04 -0000	1.22
***************
*** 14,18 ****
  	cursor: hand;
  	color: #FFFFFF;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 14,17 ----
***************
*** 25,95 ****
  </style>
  </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
  <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table width="100%" cellpadding=0 cellspacing=0 height=60>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width="70%">
! 				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Funds</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Auth value</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thesaurus</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Currencies</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
! 					</td>
! 				</tr>
! 			</table>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 24,49 ----
  </style>
  </head>
! <body>
  
  <!------------------------MENUS-------------------------------->
! <div id="menubar">
! 		<span class="koha">KOHA</span>
! 			<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! 			<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 			<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
! 			<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! 			<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! 			<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
! 			<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
! 			<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! </div>
! <div id="submenu">
! 	<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
! 	<a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Funds</a>
! 	<a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Auth value</a>
! 	<a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thesaurus</a>
! 	<a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Currencies</a>
! 	<a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
! </div>
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>

Index: reports-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** reports-top.inc	23 Feb 2004 04:18:51 -0000	1.15
--- reports-top.inc	24 Mar 2004 10:46:04 -0000	1.16
***************
*** 17,21 ****
  	cursor: hand;
  	color:#FFFFFF;
- 	padding:4px;
  	font-weight: bold;
  	}
--- 17,20 ----
***************
*** 46,50 ****
  					</td>
  					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
  					</td>
  					<td>
--- 45,49 ----
  					</td>
  					<td>
! 						<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
  					</td>
  					<td>





More information about the Koha-cvs mailing list