aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_overview.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2010-04-18 15:13:53 +0200
committerJoas Schilling <nickvergessen@gmx.de>2010-04-18 15:13:53 +0200
commit5f4c6e9c91e46164ef33a248262e08b021b6d10f (patch)
tree98aca9323d26694e35ed537604bb9a6b3d3c142a /phpBB/adm/style/acp_users_overview.html
parent03d50a2e83cc631779a7574acd4db8b77f29d547 (diff)
downloadforums-5f4c6e9c91e46164ef33a248262e08b021b6d10f.tar
forums-5f4c6e9c91e46164ef33a248262e08b021b6d10f.tar.gz
forums-5f4c6e9c91e46164ef33a248262e08b021b6d10f.tar.bz2
forums-5f4c6e9c91e46164ef33a248262e08b021b6d10f.tar.xz
forums-5f4c6e9c91e46164ef33a248262e08b021b6d10f.zip
[ticket/9548] Delete user quicktool drop down should have an empty or invalid selection as the default
PHPBB3-9548
Diffstat (limited to 'phpBB/adm/style/acp_users_overview.html')
-rw-r--r--phpBB/adm/style/acp_users_overview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html
index 7d9a0f27d3..911dcad293 100644
--- a/phpBB/adm/style/acp_users_overview.html
+++ b/phpBB/adm/style/acp_users_overview.html
@@ -140,7 +140,7 @@
<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>
+ <dd><select id="delete_type" name="delete_type"><option class="sep" value="">{L_SELECT_OPTION}</option><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}" />