egroupware_official/addressbook/templates/default/delete.tpl

11 lines
298 B
Smarty
Raw Normal View History

<br>
2001-02-02 17:40:42 +01:00
<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}">
<input type="hidden" name="select" value="{select}">
</form>
2001-02-02 17:40:42 +01:00
</center>