[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en overdue.tmpl,1.4,1.5

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 17 10:23:29 CEST 2004


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

Modified Files:
	overdue.tmpl 
Log Message:
css'ing reports

Index: overdue.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** overdue.tmpl	9 Dec 2003 10:28:58 -0000	1.4
--- overdue.tmpl	17 Jun 2004 08:23:26 -0000	1.5
***************
*** 1,32 ****
  <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
! <!-- the site -->
! 
! <h1>Items Overdue as of <!-- TMPL_VAR NAME="todaysdate" --></h1><br><P>
! 
! <TABLE  cellspacing=0 cellpadding=5 border=1 align=center>
!   <TR VALIGN=TOP>
!     <TD  bgcolor="99cc33" background="/images/background-mem.gif"><b>Due Date</b></td>
!     <TD  bgcolor="99cc33" background="/images/background-mem.gif"><b>Patron</b></td>
!     <TD  bgcolor="99cc33" background="/images/background-mem.gif"><b>Phone</b></td>
!     <TD  bgcolor="99cc33" background="/images/background-mem.gif"><b>Title</b></td>
!     <TD  bgcolor="99cc33" background="/images/background-mem.gif"><b>Author</b></td>
!   </tr>
! 
!   <!-- TMPL_LOOP NAME=overdueloop -->
!     <tr>
!       <td><!-- TMPL_VAR NAME="duedate" --></td>
!     <!-- TMPL_IF NAME=email -->
!       <td><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Overdue: <!-- TMPL_VAR NAME="title" -->"><!-- TMPL_VAR NAME="name" --></a></td>
!     <!-- TMPL_ELSE -->
!       <td><!-- TMPL_VAR NAME="name" --></td>
!     <!-- /TMPL_IF -->
!       <td><!-- TMPL_VAR NAME="phone" --></td>
!       <td><!-- TMPL_VAR NAME="title" --></td>
!       <td><!-- TMPL_VAR NAME="author" --></td>
!     </tr>
!   <!-- /TMPL_LOOP -->
! </table>
! 
! 
! <!-- endmenu -->
  <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->
--- 1,29 ----
  <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
! <div id="mainbloc">
! 	<h1 class="reports">Items Overdue as of <!-- TMPL_VAR NAME="todaysdate" --></h1>
! 	
! 	<table>
! 	<tr>
! 		<th class="reports">Due Date</th>
! 		<th class="reports">Patron</th>
! 		<th class="reports">Phone</th>
! 		<th class="reports">Title</th>
! 		<th class="reports">Author</th>
! 	</tr>
! 	
! 	<!-- TMPL_LOOP NAME=overdueloop -->
! 		<tr>
! 			<td><!-- TMPL_VAR NAME="duedate" --></td>
! 			<!-- TMPL_IF NAME=email -->
! 			<td><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Overdue: <!-- TMPL_VAR NAME="title" -->"><!-- TMPL_VAR NAME="name" --></a></td>
! 			<!-- TMPL_ELSE -->
! 			<td><!-- TMPL_VAR NAME="name" --></td>
! 			<!-- /TMPL_IF -->
! 			<td><!-- TMPL_VAR NAME="phone" --></td>
! 			<td><!-- TMPL_VAR NAME="title" --></td>
! 			<td><!-- TMPL_VAR NAME="author" --></td>
! 		</tr>
! 	<!-- /TMPL_LOOP -->
! 	</table>
! </div>
  <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->





More information about the Koha-cvs mailing list