mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +01:00
Added class to keep track on a records history
This commit is contained in:
parent
e23f615f88
commit
f25585896f
26
phpgwapi/templates/default/history_list.tpl
Normal file
26
phpgwapi/templates/default/history_list.tpl
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!-- BEGIN row_history -->
|
||||||
|
<tr bgcolor="{tr_color}">
|
||||||
|
<td colspan="3">{lang_no_history}</td>
|
||||||
|
</tr>
|
||||||
|
<!-- END row_history -->
|
||||||
|
|
||||||
|
<!-- BEGIN row -->
|
||||||
|
<tr bgcolor="{tr_color}">
|
||||||
|
<td> {row_date}</td>
|
||||||
|
<td> {row_owner}</td>
|
||||||
|
<td> {row_status}</td>
|
||||||
|
<td> {row_new_value}</td>
|
||||||
|
</tr>
|
||||||
|
<!-- END row -->
|
||||||
|
|
||||||
|
<!-- 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_new_value}</td>
|
||||||
|
</tr>
|
||||||
|
{rows}
|
||||||
|
</table>
|
||||||
|
<!-- END list -->
|
Loading…
Reference in New Issue
Block a user