|
From: Benjamin C. <bc...@us...> - 2001-08-13 13:34:53
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv6680/templates/default
Modified Files:
queryform.html wrap.html
Log Message:
Added counts of and links to bugs reported by and assigned to user to the bottom nav
Index: queryform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- queryform.html 2001/08/08 04:01:46 1.3
+++ queryform.html 2001/08/13 13:34:49 1.4
@@ -216,8 +216,6 @@
<hr align="left" size="1" width="640">
<b>Saved Queries</b>
<br>
- <a href="{me}?op=mybugs">List bugs assigned to me</a>
- <br>
<!-- BEGIN row -->
<a href="{me}?{savedquerystring}">{savedqueryname}</a> (<a href="{me}?op=delquery&queryid={savedqueryid}" onClick="return confirm('Are you sure you want to delete this saved query?');">Delete</a>)<br>
<!-- END row -->
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wrap.html 2001/08/08 04:27:33 1.5
+++ wrap.html 2001/08/13 13:34:49 1.6
@@ -56,8 +56,10 @@
<!-- END loginblock -->
<!-- BEGIN logoutblock -->
<td>
- <font class="navfont"><b>
- [ <a href="user.php">Personal Page</a>
+ <font class="navfont"> <b>
+ [ Bugs assigned to me: <a href="query.php?op=mybugs&assignedto=1&open=1" title="Open">{owner_open}</a> / <a href="query.php?op=mybugs&assignedto=1&open=0" title="Closed">{owner_closed}</a>
+ | Bugs reported by me: <a href="query.php?op=mybugs&reportedby=1&open=1" title="Open">{reporter_open}</a> / <a href="query.php?op=mybugs&reportedby=1&open=0" title="Closed">{reporter_closed}</a>
+ | <a href="user.php">Personal Page</a>
| <a href="logout.php">Logout {loggedinas}</a>
]
</b></font>
|