mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
21 lines
426 B
Smarty
21 lines
426 B
Smarty
<!-- BEGIN form -->
|
|
<p>
|
|
<center>
|
|
<form action="{form_action}" method="POST">
|
|
{hidden_vars}
|
|
<table align="center" border="0" width="55%" cols="2">
|
|
{messages}
|
|
<tr>
|
|
<td width="50%" align="center">
|
|
<input type="submit" name="no" value="{no}">
|
|
</td>
|
|
<td width="50%" align="center">
|
|
<input type="submit" name="yes" value="{yes}">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</center>
|
|
<!-- END form -->
|
|
|