egroupware/admin/templates/default/application_form.tpl

37 lines
721 B
Smarty
Raw Normal View History

<!-- BEGIN form -->
2000-11-07 21:44:19 +01:00
{error}
<br>
2000-11-07 21:44:19 +01:00
<form action="{form_action}" method="POST">
{hidden_vars}
2002-01-10 19:00:50 +01:00
<div align="center">
<table border="0" width="55%">
<tr bgcolor="{th_bg}">
<td colspan="2">&nbsp;</td>
2000-11-07 21:44:19 +01:00
</tr>
{rows}
2000-11-07 21:44:19 +01:00
<tr>
<td nowrap>
<input type="submit" name="save" value="{lang_save_button}"> &nbsp;
<input type="submit" name="cancel" value="{lang_cancel_button}">
</td>
<td align="right">&nbsp;
<!-- BEGIN delete_button -->
<input type="submit" name="delete" value="{lang_delete_button}">
<!-- END delete_button -->
2000-11-07 21:44:19 +01:00
</td>
</tr>
</table>
2002-01-10 19:00:50 +01:00
</div>
2000-11-07 21:44:19 +01:00
</form>
<!-- END form -->
<!-- BEGIN row -->
<tr bgcolor="{tr_color}">
<td>{label}</td>
<td>{value}</td>
</tr>
<!-- END row -->