deleting of old account was not working anymore, because the form

was broken
This commit is contained in:
Lars Kneschke 2004-03-29 06:20:04 +00:00
parent 5594a20a3b
commit 13d8bc4eb0

View File

@ -1,4 +1,5 @@
<!-- BEGIN setup_demo --> <!-- BEGIN setup_demo -->
<form method="POST" action="{action_url}">
<table border="0" width="90%" cellspacing="0" cellpadding="2"> <table border="0" width="90%" cellspacing="0" cellpadding="2">
<tr> <tr>
<td> <td>
@ -12,7 +13,6 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<form method="POST" action="{action_url}">
<table border="0"> <table border="0">
<tr> <tr>
<td>{adminusername}</td> <td>{adminusername}</td>
@ -43,8 +43,8 @@
<td><input type="submit" name="cancel" value="{lang_cancel}"> </td> <td><input type="submit" name="cancel" value="{lang_cancel}"> </td>
</tr> </tr>
</table> </table>
</form>
</td> </td>
</tr> </tr>
</table> </table>
</form>
<!-- END setup_demo --> <!-- END setup_demo -->