| 
      
      
      From: Benjamin C. <bc...@us...> - 2001-07-10 14:00:47
      
     | 
| Update of /cvsroot/phpbt/phpbt/templates
In directory usw-pr-cvs1:/tmp/cvs-serv6103/templates
Modified Files:
	queryform.html wrap.html 
Log Message:
Added link for personal bug list to query form
Index: queryform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/queryform.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- queryform.html	2000/12/26 17:37:08	1.2
+++ queryform.html	2001/07/10 14:00:44	1.3
@@ -205,8 +205,14 @@
 				<option selected value="asc">Ascending</option>
 				<option value="desc">Descending</option>
 			</select>
-			</nobr> <input type="submit" value="Submit query"><input type="reset"
-      value="Reset back to the default query">
+			</nobr> 
+			<br>
+			<br>
+			<a href="{me}?op=mybugs">List bugs assigned to me</a>
+			<br>
+			<br>
+			<input type="reset" value="Reset back to the default query">
+			<input type="submit" value="Submit query">
     </form>
 
   </body>
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/wrap.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wrap.html	2001/07/10 04:01:54	1.5
+++ wrap.html	2001/07/10 14:00:44	1.6
@@ -5,7 +5,6 @@
 	<link rel="StyleSheet" href="global.css" type="text/css">
 </head>
 <body bgcolor="#ffffff" link="#006699" vlink="#006699" alink="#006699">
-<div align="center">
 <table border="0" cellpadding="0" cellspacing="0">
 	<tr>
 		<td width="640" colspan="2"><hr size="1" width="640"></td>
@@ -55,4 +54,3 @@
 		</td>
 	</tr>
 </table>
-</div>
 |