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

Mason James szrj1m at users.sourceforge.net
Sat Aug 27 01:54:01 CEST 2005


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

Modified Files:
	reservereport.tmpl 
Log Message:
Added status field, and patron and title links.


Index: reservereport.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reservereport.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** reservereport.tmpl	19 Jul 2004 21:41:29 -0000	1.3
--- reservereport.tmpl	26 Aug 2005 23:53:59 -0000	1.4
***************
*** 1,28 ****
! <!-- TMPL_INCLUDE Name="reports-top.inc" -->
! 
! <table border="0" cellspacing="0" cellpadding="5" align="center">
! 	<!-- TMPL_LOOP Name="dataloop" -->
! 		<tr valign="top" bgcolor="white">
! 			<td>
! 				<!-- TMPL_VAR NAME="name" -->
! 			</td>
! 			<td>
! 				<!-- TMPL_VAR NAME="reservedate" -->
! 			</td>
! 			<td>
! 				<!-- TMPL_VAR NAME="title" -->
! 			</td>
! 			<td>
! 				<!-- TMPL_VAR NAME="classification" -->
! 			</td>
! 		</tr>
! 	<!-- /TMPL_LOOP -->
! 	<tr>
! 		<td>
! 			<!-- TMPL_VAR NAME="count" -->
! 		</td>
! 		<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
! 	</tr>
! </table>
! 
! <!-- TMPL_INCLUDE Name="reports-bottom.inc" -->
--- 1,50 ----
! <!-- TMPL_INCLUDE Name="reports-top.inc" -->
! 
! <h2>Current  Unfilled Reserves</h2>
! <table border="0" cellspacing="0" cellpadding="0" align="center" class="tableborder">
! <tr valign="top">
!         <th>
!                 Name
!         </th>
!         <th>
!                 Date of Reserve
!         </th>
!         <th>
!                 Title
!         </th>
!         <th>
!                 Classification
!         </th>
!         <th>
!                 Status
!         </th>
! </tr>
! <!-- TMPL_LOOP Name="dataloop" -->
!         <tr valign="top" bgcolor="white">
!                 <td>
!                         <!-- TMPL_VAR NAME="name" -->&nbsp;
!                 </td>
!                 <td>
!                         <!-- TMPL_VAR NAME="reservedate" -->&nbsp;
!                 </td>
!                 <td>
!                         <!-- TMPL_VAR NAME="title" -->&nbsp;
!                 </td>
!                 <td>
!                         <!-- TMPL_VAR NAME="classification" -->&nbsp;
!                 </td>
!                 <td>
!                         <!-- TMPL_VAR NAME="status" -->&nbsp;
!                 </td>
! 
!         </tr>
! <!-- /TMPL_LOOP -->
! <tr>
!                 <td>
!                         <b>Total: <!-- TMPL_VAR NAME="count" --></b>
!                 </td>
!                 <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
!         </tr>
! </table>
! 
! <!-- TMPL_INCLUDE Name="reports-bottom.inc" -->





More information about the Koha-cvs mailing list