[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports reports-home.tmpl,1.3,1.4

Paul POULAIN tipaul at users.sourceforge.net
Tue Dec 9 11:29:32 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports
In directory sc8-pr-cvs1:/tmp/cvs-serv27815/koha-tmpl/intranet-tmpl/default/en/reports

Modified Files:
	reports-home.tmpl 
Log Message:
templates modified : ALL <TMPL_* XX> have been replaced by <!-- TMPL_* XX -->, because it's strict html compliant, and HTML::TreeBuilder deals better with this form.

Index: reports-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports/reports-home.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** reports-home.tmpl	3 Jul 2003 22:00:22 -0000	1.3
--- reports-home.tmpl	9 Dec 2003 10:28:59 -0000	1.4
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="reports-top.inc">
  <!-------------------------MAIN BODY OF PAGE-------------------------->
  
--- 1,3 ----
! <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
  <!-------------------------MAIN BODY OF PAGE-------------------------->
  
***************
*** 14,17 ****
  
  </ul>
! <TMPL_INCLUDE NAME="reports-bottom.inc">
  
--- 14,17 ----
  
  </ul>
! <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->
  





More information about the Koha-cvs mailing list