|
From: Benjamin C. <bc...@us...> - 2001-10-06 03:53:36
|
Update of /cvsroot/phpbt/phpbt/admin/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv4854/admin/templates/default
Modified Files:
severitylist.html
Log Message:
That should wrap up the cvs -- of course, I'm sure I missed something or introduced a bug :)
Index: severitylist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/templates/default/severitylist.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- severitylist.html 2001/10/06 03:35:37 1.2
+++ severitylist.html 2001/10/06 03:53:33 1.3
@@ -11,7 +11,7 @@
<th><a href="{sortorderurl}">Sort Order</a></th>
</tr>
<!-- BEGIN row -->
- <tr trclass="{trclass}" bgcolor="{bgcolor}">
+ <tr class="{trclass}" bgcolor="{bgcolor}">
<td><a href="{me}?op=edit&id={severityid}">{name}</a></td>
<td> {description}</td>
<td align="center">{sortorder}</td>
|