|
From: Javier S. <ja...@us...> - 2002-01-16 11:12:19
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv30127
Modified Files:
report.html
Log Message:
css problems
Index: report.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/report.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- report.html 2001/08/04 03:38:58 1.3
+++ report.html 2002/01/16 11:12:16 1.4
@@ -15,7 +15,7 @@
<h3>{reporttitle}</h3>
<table border="0" cellpadding="4">
<!-- BEGIN row -->
- <tr bgcolor="{bgcolor}">
+ <tr class="{trclass}">
<!-- BEGIN col -->
<td class="{colclass}">
{coldata}
|