mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:15 +01:00
22 lines
306 B
Smarty
22 lines
306 B
Smarty
|
<!-- $Id$ -->
|
||
|
<!-- BEGIN view_begin -->
|
||
|
<center>
|
||
|
<h2>
|
||
|
<font color="{bg_text}">
|
||
|
{name}
|
||
|
</font>
|
||
|
</h2>
|
||
|
<table border="0" width="50%">
|
||
|
<!-- END view_begin -->
|
||
|
|
||
|
{output}
|
||
|
|
||
|
<!-- BEGIN view_end -->
|
||
|
</table>
|
||
|
<p>
|
||
|
{edit_button} {delete_button}
|
||
|
</center>
|
||
|
<!-- END view_end -->
|
||
|
|
||
|
|