[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en stats.tmpl [dev_week]

Joshua Ferraro jmf at kados.org
Tue Jul 11 15:57:09 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/07/11 13:57:09

Modified files:
	koha-tmpl/intranet-tmpl/default/en: stats.tmpl 

Log message:
	sync with rel_2_2

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/stats.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.4&r2=1.4.4.1

Patches:
Index: stats.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/stats.tmpl,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -b -r1.4 -r1.4.4.1
--- stats.tmpl	19 Jul 2004 21:41:29 -0000	1.4
+++ stats.tmpl	11 Jul 2006 13:57:09 -0000	1.4.4.1
@@ -1,16 +1,20 @@
 <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
 
+<div id="mainbloc">
 	<table border="0" cellspacing="0" cellpadding="5" align="center">
 		<tr bgcolor="#99cc33">
-			<td background="/images/background-mem.gif"><b>Name</b></td>
-			<td background="/images/background-mem.gif"><b>Type</b></td>
-			<td background="/images/background-mem.gif"><b>Date/time</b></td>
-			<td background="/images/background-mem.gif"><b>Amount</b></td>
-			<td background="/images/background-mem.gif"><b>Branch</b></td>
+			<th>Name</th>
+			<th>Description</th>
+			<th>Type</th>
+			<th>Date/time</th>
+			<th>Amount</th>
+			<th>Branch</th>
+			
 		<tr>
 		<!-- TMPL_LOOP NAME=loop1 -->
 		<tr>
 			<td><!-- TMPL_VAR NAME="name" --></td>
+			<td><!-- TMPL_VAR NAME="description" --></td>
 			<td><!-- TMPL_VAR NAME="type" --></td>
 			<td><!-- TMPL_VAR NAME="time" --></td>
 			<td><!-- TMPL_VAR NAME="amount" --></td>
@@ -26,6 +30,5 @@
 	<b>Total written off: <!-- TMPL_VAR NAME="totalw" --></b>
 </p>
 
+</div>
 <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->
-</body>
-</html>





More information about the Koha-cvs mailing list