egroupware/calendar/templates/default/view.tpl
2000-11-23 01:37:50 +00:00

22 lines
306 B
Smarty
Executable File

<!-- $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}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{delete_button}
</center>
<!-- END view_end -->