egroupware_official/admin/templates/default/application_form.tpl

22 lines
369 B
Smarty

<p><b>{lang_header}</b>
<hr><p>
{error}
<form action="{form_action}" method="POST">
{hidden_vars}
<table border="0" width="55%" align="center">
<tr bgcolor="{th_bg}">
<td colspan="2">&nbsp;</td>
</tr>
{rows}
<tr>
<td colspan="2" align="center">
<input type="submit" name="submit" value="{lang_submit_button}">
</td>
</tr>
</table>
</form>