koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/reports... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/reports... [rel_2_2]
Date: Fri, 10 Mar 2006 16:36:53 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <address@hidden>   06/03/10 16:36:53

Added files:
        koha-tmpl/intranet-tmpl/default/en/reports: reservereport.tmpl 

Log message:
        This template was added for NPL but not default

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports/reservereport.tmpl?only_with_tag=rel_2_2&rev=1.1.2.1

Patches:
Index: koha/koha-tmpl/intranet-tmpl/default/en/reports/reservereport.tmpl
diff -u /dev/null 
koha/koha-tmpl/intranet-tmpl/default/en/reports/reservereport.tmpl:1.1.2.1
--- /dev/null   Fri Mar 10 16:36:53 2006
+++ koha/koha-tmpl/intranet-tmpl/default/en/reports/reservereport.tmpl  Fri Mar 
10 16:36:53 2006
@@ -0,0 +1,25 @@
+<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
+<div id="mainbloc">
+<h1 class="reports">Koha : Reserves</h1>
+<table>
+       <tr><th>Name</th><th>Reserve Date</th><th>Title</th><th>Class</th></tr>
+       <!-- TMPL_LOOP Name="dataloop" -->
+               <tr>
+                       <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 -->
+</table>
+<p><!-- TMPL_VAR Name="count" --></p>
+</div>
+<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]