egroupware/calendar/templates/default/edit.tpl

29 lines
520 B
Smarty
Raw Normal View History

2000-11-23 02:37:50 +01:00
<!-- $Id$ -->
<!-- BEGIN edit_entry_begin -->
<body bgcolor="#C0C0C0">
<center>
<h2><font color="#000000">{calendar_action}</font></h2>
<form action="{action_url}" method="post" name="addform">
{common_hidden}
<table border="0" width="75%">
2001-02-18 23:33:10 +01:00
<tr>
<td colspan="2">
2001-03-31 16:36:24 +02:00
<center><h1>{errormsg}</h1></center>
2001-02-18 23:33:10 +01:00
<hr>
</td>
</tr>
2000-11-23 02:37:50 +01:00
<!-- END edit_entry_begin -->
{output}
<!-- BEGIN edit_entry_end -->
</table>
2000-12-09 05:08:54 +01:00
<input type="submit" value="{submit_button}">
2000-11-23 02:37:50 +01:00
</form>
{delete_button}
</center>
<!-- END edit_entry_end -->