mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
22 lines
369 B
Smarty
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"> </td>
|
|
</tr>
|
|
|
|
{rows}
|
|
|
|
<tr>
|
|
<td colspan="2" align="center">
|
|
<input type="submit" name="submit" value="{lang_submit_button}">
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</form>
|