|
From: Benjamin C. <bc...@us...> - 2002-09-14 19:02:31
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv27491/templates/default
Modified Files:
bughistory.html
Log Message:
UI tweaks
Index: bughistory.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bughistory.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bughistory.html 18 May 2002 03:00:50 -0000 1.4
+++ bughistory.html 14 Sep 2002 19:02:28 -0000 1.5
@@ -1,4 +1,4 @@
-<table border="0" cellspacing="2" cellpadding="2">
+<table border="0" cellspacing="2" cellpadding="2" width="100%">
<tr bgcolor="#eeeeee">
<th>Who</th>
<th>What</th>
@@ -12,7 +12,7 @@
<td>{$history[event].changed_field}</td>
<td> {$history[event].old_value}</td>
<td> {$history[event].new_value}</td>
- <td>{$history[event].created_date|date:DATE_FORMAT} {$history[event].created_date|date:TIME_FORMAT}</td>
+ <td align="center">{$history[event].created_date|date:DATE_FORMAT} {$history[event].created_date|date:TIME_FORMAT}</td>
</tr>
{sectionelse}
<tr>
|