[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en reservereport.tm
From: |
Mason James |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en reservereport.tmpl,1.3,1.4 |
Date: |
Fri, 26 Aug 2005 16:54:01 -0700 |
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> </td><td> </td><td> </td><td> </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" -->
! </td>
! <td>
! <!-- TMPL_VAR NAME="reservedate" -->
! </td>
! <td>
! <!-- TMPL_VAR NAME="title" -->
! </td>
! <td>
! <!-- TMPL_VAR NAME="classification" -->
! </td>
! <td>
! <!-- TMPL_VAR NAME="status" -->
! </td>
!
! </tr>
! <!-- /TMPL_LOOP -->
! <tr>
! <td>
! <b>Total: <!-- TMPL_VAR NAME="count" --></b>
! </td>
! <td> </td><td> </td><td> </td><td> </td>
! </tr>
! </table>
!
! <!-- TMPL_INCLUDE Name="reports-bottom.inc" -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en reservereport.tmpl,1.3,1.4,
Mason James <=