[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes reportswcal-top.inc,1.1.2.1,1.1.2.2

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Sep 27 18:19:39 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	reportswcal-top.inc 
Log Message:
Adding branchcode to borrowers_stats
Bug Fixing on reportswcal.inc


Index: reportswcal-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reportswcal-top.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** reportswcal-top.inc	8 Mar 2005 14:05:16 -0000	1.1.2.1
--- reportswcal-top.inc	27 Sep 2005 16:19:37 -0000	1.1.2.2
***************
*** 4,11 ****
  <head>
  <title>KOHA: INTRANET: Reports</title>
- <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
  <!-- Additions to enable Calendar system -->
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-system.css">
  <!-- End of additions -->
  
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
--- 4,11 ----
  <head>
  <title>KOHA: INTRANET: Reports</title>
  <!-- Additions to enable Calendar system -->
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-system.css">
  <!-- End of additions -->
+ <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
  
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
***************
*** 16,19 ****
--- 16,20 ----
  <!-- End of additions -->
  
+ 
  <script language="JavaScript" type="text/javascript">
  function Help() {
***************
*** 27,31 ****
  	color:#FFFFFF;
  	text-decoration: normal;
- 	font-weight: bold;
  	background-image:none;
  	}
--- 28,31 ----
***************
*** 34,38 ****
  	color: #FFFFFF;
  	text-decoration: normal;
- 	font-weight: bold;
  	}
  </style>
--- 34,37 ----
***************
*** 40,64 ****
  <body>
  
! <!-- MENUS -->
! <div id="menubar">
! 	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
! 	<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
! 	<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
! 	<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! 	<a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
! 	<a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</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>
! 	<a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
! </div>
! <div id="submenu">
! 	<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
! 	<a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes" class="submenu">Itemtypes</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>
  <!-- TMPL_ELSE -->
!     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
  <!-- /TMPL_IF -->
--- 39,47 ----
  <body>
  
! <!-- TMPL_INCLUDE name="menus.inc" -->
  
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
  <!-- TMPL_ELSE -->
!     <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
  <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list