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/prog/en reports/re... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en reports/re... [rel_3_0]
Date: Tue, 26 Sep 2006 15:22:05 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/09/26 15:22:05

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

Log message:
        moving reservereports.tmpl to reports/

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/reports/reservereport.tmpl?cvsroot=koha&only_with_tag=rel_3_0&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/reservereport.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=0

Patches:
Index: reports/reservereport.tmpl
===================================================================
RCS file: reports/reservereport.tmpl
diff -N reports/reservereport.tmpl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ reports/reservereport.tmpl  26 Sep 2006 15:22:05 -0000      1.1.2.1
@@ -0,0 +1,25 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Reserve Report: All Reserves<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
+
+<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>
+
+
+<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->

Index: reservereport.tmpl
===================================================================
RCS file: reservereport.tmpl
diff -N reservereport.tmpl
--- reservereport.tmpl  6 Aug 2005 20:19:56 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Reserve Report: All Reserves<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
-
-<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>
-
-
-<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->




reply via email to

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