egroupware_official/admin/templates/default/delete_account.tpl
Lars Kneschke 311d7e65d9 changed the code, to not rely on english language
It was not possible to delete users.
2001-04-17 15:30:08 +00:00

20 lines
522 B
Smarty
Executable File

<!-- BEGIN form -->
<form method="POST" action="{form_action}">
<input type="hidden" name="account_id" value="{account_id}">
<center>
<table border=0 width=85%>
<tr>
<td align="center">{lang_new_owner}</td>
</tr>
<tr>
<td align="center">{new_owner_select}</td>
</tr>
<tr>
<td align="center"><input type="submit" name="cancel" value="{cancel}">&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="delete_account" value="{delete}"></td>
</tr>
</table>
</center>
</form>
<!-- END form -->