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

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Mar 10 17:36:53 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	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" -->





More information about the Koha-cvs mailing list