[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/reports bo... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Fri Nov 10 10:07:40 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/11/10 09:07:40

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/reports: borrowers_stats.tmpl 

Log message:
	fix a minor error: can't use NAME in <!-- /TMPL_LOOP --> with HTML:::Template::Pro

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

Patches:
Index: borrowers_stats.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- borrowers_stats.tmpl	26 Sep 2006 13:15:42 -0000	1.1.2.1
+++ borrowers_stats.tmpl	10 Nov 2006 09:07:40 -0000	1.1.2.2
@@ -17,7 +17,7 @@
 			<!-- TMPL_LOOP NAME="loopfilter" -->
 					<p> <!-- TMPL_VAR NAME="crit"--> =<!-- TMPL_VAR NAME="filter"--></p>
 			<!-- /TMPL_LOOP -->
-		<!-- /TMPL_IF NAME="loopfilter"-->
+		<!-- /TMPL_IF -->
 		<table>
 			<tr >
 				<th><!-- TMPL_VAR name="line" --> / <!-- TMPL_VAR name="column" --></th>
@@ -42,7 +42,7 @@
 							<!-- TMPL_VAR NAME="totalrow" -->
 						</td>
 					</tr>
-				<!-- /TMPL_LOOP NAME="looprow" -->
+				<!-- /TMPL_LOOP  -->
 				<tr >
 					<th>TOTAL</th>
 					<!-- TMPL_LOOP NAME="loopfooter" -->





More information about the Koha-cvs mailing list