egroupware_official/addressbook/templates/default/delete.tpl
2003-08-28 14:16:30 +00:00

10 lines
243 B
Smarty

<br>
<center>{lang_sure}</center>
<br>
<center>
<form action="{yes_link}" method="POST">
<input type="submit" name="yes" value="{lang_yes}"> &nbsp; &nbsp; &nbsp; &nbsp;
<input type="submit" name="no" value="{lang_no}">
</form>
</center>