CVSROOT: /cvsroot/phpgwapi
Module name: phpgwapi
Changes by: Dave Hall <skwashd> 06/12/28 10:23:15
Modified files:
templates/base : history_list.tpl
Log message:
notice and move more to CSS
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/base/history_list.tpl?cvsroot=phpgwapi&r1=1.2&r2=1.3
Patches:
Index: history_list.tpl
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/templates/base/history_list.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- history_list.tpl 30 Dec 2004 06:47:34 -0000 1.2
+++ history_list.tpl 28 Dec 2006 10:23:15 -0000 1.3
@@ -1,11 +1,11 @@
<!-- BEGIN row_no_history -->
- <tr bgcolor="{tr_color}">
- <td align="center" colspan="5"><b>{lang_no_history}</b></td>
+ <tr class="row_on">
+ <td align="center" colspan="5">{lang_no_history}</td>
</tr>
<!-- END row_no_history -->
<!-- BEGIN row -->
- <tr bgcolor="{tr_color}">
+ <tr class="tr_class">
<td> {row_date}</td>
<td> {row_owner}</td>
<td> {row_status}</td>
@@ -16,13 +16,17 @@
<!-- BEGIN list -->
<table border="0" width="95%">
- <tr bgcolor="{th_bg}">
- <td>{sort_date}</td>
- <td>{sort_owner}</td>
- <td>{sort_status}</td>
- <td>{sort_old_value}</td>
- <td>{sort_new_value}</td>
+ <thead>
+ <tr>
+ <th>{sort_date}</th>
+ <th>{sort_owner}</th>
+ <th>{sort_status}</th>
+ <th>{sort_old_value}</th>
+ <th>{sort_new_value}</th>
</tr>
-{rows}
+ </thead>
+ <tbody>
+ {rows}
+ </tbody>
</table>
<!-- END list -->
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs