mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:18 +01:00
15 lines
186 B
Smarty
15 lines
186 B
Smarty
|
<!-- BEGIN display -->
|
||
|
|
||
|
<center>
|
||
|
<p>
|
||
|
<table border="0" width="50%">
|
||
|
|
||
|
<tr bgcolor="{th_bg}">
|
||
|
<td colspan="2"> </td>
|
||
|
</tr>
|
||
|
{rows}
|
||
|
</table>
|
||
|
</center>
|
||
|
|
||
|
<!-- END display -->
|