egroupware_official/calendar/templates/default/edit.tpl

39 lines
714 B
Smarty
Raw Normal View History

2000-11-23 02:37:50 +01:00
<!-- $Id$ -->
2001-05-15 06:13:20 +02:00
<!-- BEGIN edit_entry -->
2000-11-23 02:37:50 +01:00
<body bgcolor="#C0C0C0">
<center>
2001-05-18 04:18:23 +02:00
<font color="#000000" face="{font}">
<h2>{calendar_action}</h2>
2000-11-23 02:37:50 +01:00
<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-05-18 04:18:23 +02:00
<center><font size="+1"><b>{errormsg}</b></font></center>
2001-02-18 23:33:10 +01:00
<hr>
</td>
</tr>
2001-05-15 06:13:20 +02:00
{row}
2000-11-23 02:37:50 +01:00
</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}
2001-05-18 04:18:23 +02:00
</font>
2000-11-23 02:37:50 +01:00
</center>
2001-05-15 06:13:20 +02:00
<!-- END edit_entry -->
<!-- BEGIN list -->
<tr>
<td valign="top" width="35%"><b>{field}:</b></td>
<td valign="top" width="65%">{data}</td>
</tr>
<!-- END list -->
<!-- BEGIN hr -->
<tr>
<td colspan="2">
{hr_text}
</td>
</tr>
<!-- END hr -->