|
From: Benjamin C. <bc...@us...> - 2002-03-26 17:57:30
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv29011/templates/default
Modified Files:
index.html
Log Message:
Added project info to recent bug lists
Index: index.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.html 2 Mar 2002 18:48:30 -0000 1.4
+++ index.html 26 Mar 2002 17:41:53 -0000 1.5
@@ -4,14 +4,14 @@
<b>Five most recently submitted bugs:</b>
<br>
<!-- BEGIN recentrow -->
- <a href="bug.php?op=show&bugid={bugid}">{title}</a><br>
+ <a href="bug.php?op=show&bugid={bugid}">{title}</a> (<i>{project}</i>)<br>
<!-- END recentrow -->
<br>
<br>
<b>Five most recently closed bugs:</b>
<br>
<!-- BEGIN closerow -->
- <a href="bug.php?op=show&bugid={bugid}">{title}</a><br>
+ <a href="bug.php?op=show&bugid={bugid}">{title}</a> (<i>{project}</i>)<br>
<!-- END closerow -->
</td>
<td valign="top">
|