[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui... [rel_2_2]

Joshua Ferraro jmf at kados.org
Mon Jul 31 16:30:02 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/07/31 14:30:02

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/acqui: acqui-home.tmpl 

Log message:
	sync with default:
	
	fix for smpfl suggestion : startdate & enddate are now available for templates

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.3&r2=1.3.2.4

Patches:
Index: acqui-home.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -u -b -r1.3.2.3 -r1.3.2.4
--- acqui-home.tmpl	5 Jan 2006 22:39:42 -0000	1.3.2.3
+++ acqui-home.tmpl	31 Jul 2006 14:30:02 -0000	1.3.2.4
@@ -65,6 +65,8 @@
 		<caption>Budgets and Bookfunds</caption>
 			<tr>
 				<th>Budgets</th>
+				<th>From</th>
+				<th>To</th>
 				<th>Total</th>
 				<th>Spent</th>
 				<th>Comtd</th>
@@ -73,6 +75,8 @@
 			<!-- TMPL_LOOP name="loop_budget" -->
 				<tr>
 					<td><!-- TMPL_VAR name="bookfundname" --></td>
+					<td><!-- TMPL_VAR name="startdate" --></td>
+					<td><!-- TMPL_VAR name="enddate" --></td>
 					<td><!-- TMPL_VAR name="budgetamount" --></td>
 					<td><!-- TMPL_VAR name="spent" --></td>
 					<td><!-- TMPL_VAR name="comtd" --></td>
@@ -81,7 +85,7 @@
 			<!-- /TMPL_LOOP -->
 			<tr>
 				<tfoot>
-				<td>Total</td>
+				<th colspan="3">Total</th>
 				<td><!-- TMPL_VAR name="total" --></td>
 				<td><!-- TMPL_VAR name="totspent" --></td>
 				<td><!-- TMPL_VAR name="totcomtd" --></td>





More information about the Koha-cvs mailing list