|
From: Benjamin C. <bc...@us...> - 2001-10-04 13:56:40
|
Update of /cvsroot/phpbt/phpbt/admin/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv14969/admin/templates/default
Modified Files:
projectlist.html
Log Message:
"Back in Black" for Javier :)
Index: projectlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/templates/default/projectlist.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- projectlist.html 2001/08/01 13:55:56 1.1
+++ projectlist.html 2001/10/04 13:56:37 1.2
@@ -8,7 +8,7 @@
<th><a href="{activeurl}">Active</a></th>
</tr>
<!-- BEGIN row -->
- <tr bgcolor="{bgcolor}">
+ <tr class='{trclass}'>
<td><a href="{me}?op=edit&id={projectid}">{name}</a></td>
<td align="center">{createddate}</td>
<td align="center">{active}</td>
|