egroupware/admin/templates/verdilak/application_form.tpl
Lars Kneschke dd5d66f8bf added missing templatets
just copied the ones from ../default
2001-01-06 23:35:26 +00:00

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>