|
From: Benjamin C. <bc...@us...> - 2001-07-11 13:05:47
|
Update of /cvsroot/phpbt/phpbt/templates
In directory usw-pr-cvs1:/tmp/cvs-serv16465/templates
Modified Files:
bugdisplay.html
Added Files:
bughistory.html
Log Message:
Added bug history
--- NEW FILE: bughistory.html ---
<table border="0" cellspacing="2" cellpadding="2">
<tr bgcolor="#eeeeee">
<th>Who</th>
<th>What</th>
<th>Old Value</th>
<th>New Value</th>
<th>When</th>
</tr>
<!-- BEGIN row -->
<tr>
<td bgcolor="{bgcolor}">{createdby}</td>
<td bgcolor="{bgcolor}">{field}</td>
<td bgcolor="{bgcolor}"> {oldvalue}</td>
<td bgcolor="{bgcolor}"> {newvalue}</td>
<td bgcolor="{bgcolor}">{date}</td>
</tr>
<!-- END row -->
</table>
<br>
<a href="{me}?op=show&bugid={bugid}">Back to bug #{bugid}</a>
<br>
<br>
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/bugdisplay.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bugdisplay.html 2001/06/27 13:41:21 1.3
+++ bugdisplay.html 2001/07/11 13:05:44 1.4
@@ -130,6 +130,9 @@
</tr>
</table>
</form>
+<a href="{me}?op=history&bugid={bugid}">View bug activity</a>
+<br>
+<br>
<table border="0" cellpadding="2" cellspacing="0" width="640">
<tr>
<td>
|