|
From: Benjamin C. <bc...@us...> - 2001-11-14 04:39:27
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv30279/templates/default
Modified Files:
bugdisplay.html
Log Message:
Keep the prev|next working after updating a bug
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bugdisplay.html 2001/11/14 04:11:02 1.11
+++ bugdisplay.html 2001/11/14 04:39:24 1.12
@@ -1,6 +1,7 @@
<form action="bug.php?op=update&bugid={bugid}" method="post">
<input type="hidden" name="projectid" value="{projectid}">
<input type="hidden" name="last_modified_date" value="{lastmodifieddate}">
+<input type="hidden" name="pos" value="{pos}">
<table border="0" width="640">
<tr>
<td>Bug <b>#{bugid}</b></td>
|