aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_overview.html
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-12-14 22:28:20 +0000
committerChris Smith <toonarmy@phpbb.com>2009-12-14 22:28:20 +0000
commit792a1ea3a77533fd40d93ad8dd67ff1d125b00ea (patch)
tree6750bc5924c9c76ccd496c272a951cec8c8149e8 /phpBB/adm/style/acp_users_overview.html
parente94224ecc7cf7bd7bba0b2352bd8e61a927b4186 (diff)
downloadforums-792a1ea3a77533fd40d93ad8dd67ff1d125b00ea.tar
forums-792a1ea3a77533fd40d93ad8dd67ff1d125b00ea.tar.gz
forums-792a1ea3a77533fd40d93ad8dd67ff1d125b00ea.tar.bz2
forums-792a1ea3a77533fd40d93ad8dd67ff1d125b00ea.tar.xz
forums-792a1ea3a77533fd40d93ad8dd67ff1d125b00ea.zip
Alter ACP user quick tools interface to reduce confusion with the delete operation
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10340 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_users_overview.html')
-rw-r--r--phpBB/adm/style/acp_users_overview.html23
1 files changed, 16 insertions, 7 deletions
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html
index e3eff369cc..d48cfa57be 100644
--- a/phpBB/adm/style/acp_users_overview.html
+++ b/phpBB/adm/style/acp_users_overview.html
@@ -124,13 +124,6 @@
<dd><input name="ban_give_reason" type="text" class="text medium" maxlength="3000" id="ban_give_reason" /></dd>
</dl>
</div>
- <!-- IF not S_OWN_ACCOUNT -->
- <dl>
- <dt><label for="delete_user">{L_DELETE_USER}:</label><br /><span>{L_DELETE_USER_EXPLAIN}</span></dt>
- <dd><input type="checkbox" class="radio" name="delete" value="1" /></dd>
- <dd><select id="delete_user" name="delete_type"><option value="retain">{L_RETAIN_POSTS}</option><option value="remove">{L_DELETE_POSTS}</option></select></dd>
- </dl>
- <!-- ENDIF -->
<p class="quick">
<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
@@ -141,4 +134,20 @@
</form>
+ <!-- IF not S_OWN_ACCOUNT -->
+ <form id="user_delete" method="post" action="{U_ACTION}">
+ <fieldset>
+ <legend>{L_DELETE_USER}</legend>
+ <dl>
+ <dt><label for="delete_type">{L_DELETE_USER}:</label><br /><span>{L_DELETE_USER_EXPLAIN}</span></dt>
+ <dd><select id="delete_type" name="delete_type"><option value="retain">{L_RETAIN_POSTS}</option><option value="remove">{L_DELETE_POSTS}</option></select></dd>
+ </dl>
+ <p class="quick">
+ <input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
+ <input type="hidden" name="delete" value="1" />
+ {S_FORM_TOKEN}
+ </p>
+ </fieldset>
+ <!-- ENDIF -->
+ </form>
<!-- ENDIF -->