|
From: Benjamin C. <bc...@us...> - 2001-11-23 05:06:55
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv18071/templates/default
Modified Files:
index.html
Log Message:
Code cleanup and added links to query page for each type of bug status
Index: index.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.html 2001/08/03 03:53:20 1.2
+++ index.html 2001/11/23 05:06:52 1.3
@@ -29,7 +29,7 @@
</tr>
<!-- BEGIN row -->
<tr>
- <td>{status}</td>
+ <td><a href="query.php?op=doquery&status[]={statid}">{status}</a></td>
<td align="center">{count}</td>
</tr>
<!-- END row -->
|