mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 06:48:40 +01:00
deleting of old account was not working anymore, because the form
was broken
This commit is contained in:
parent
5594a20a3b
commit
13d8bc4eb0
@ -1,4 +1,5 @@
|
||||
<!-- BEGIN setup_demo -->
|
||||
<form method="POST" action="{action_url}">
|
||||
<table border="0" width="90%" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td>
|
||||
@ -12,7 +13,6 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<form method="POST" action="{action_url}">
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>{adminusername}</td>
|
||||
@ -43,8 +43,8 @@
|
||||
<td><input type="submit" name="cancel" value="{lang_cancel}"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<!-- END setup_demo -->
|
||||
|
Loading…
Reference in New Issue
Block a user