egroupware/admin/templates/idsociety/application_form.tpl

22 lines
369 B
Smarty
Raw Normal View History

2001-03-31 00:20:38 +02:00
<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>