2001-03-30 06:58:33 +02:00
|
|
|
<!-- BEGIN form -->
|
|
|
|
<form method="POST" action="{form_action}">
|
|
|
|
<input type="hidden" name="account_id" value="{account_id}">
|
|
|
|
<center>
|
2001-05-10 13:34:47 +02:00
|
|
|
<table border="0" width="85%">
|
2001-03-30 06:58:33 +02:00
|
|
|
<tr>
|
|
|
|
<td align="center">{lang_new_owner}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="center">{new_owner_select}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2001-04-17 17:30:08 +02:00
|
|
|
<td align="center"><input type="submit" name="cancel" value="{cancel}"> <input type="submit" name="delete_account" value="{delete}"></td>
|
2001-03-30 06:58:33 +02:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</center>
|
|
|
|
</form>
|
|
|
|
<!-- END form -->
|
|
|
|
|