diff options
author | jellydoughnut <a_jelly_doughnut@phpbb.com> | 2011-12-12 20:17:31 -0600 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-01-06 02:59:09 -0500 |
commit | a1fee699dda3d28b22a5b18f8940c104b5e441d8 (patch) | |
tree | df830ce643584a18c228b2c5fefa88e221180ed8 /phpBB/adm/style/acp_prune_users.html | |
parent | 9f32cae5f9b4e3524dd82be266ed638152920ebb (diff) | |
download | forums-a1fee699dda3d28b22a5b18f8940c104b5e441d8.tar forums-a1fee699dda3d28b22a5b18f8940c104b5e441d8.tar.gz forums-a1fee699dda3d28b22a5b18f8940c104b5e441d8.tar.bz2 forums-a1fee699dda3d28b22a5b18f8940c104b5e441d8.tar.xz forums-a1fee699dda3d28b22a5b18f8940c104b5e441d8.zip |
[feature/prune-users] Minor UI adjustment and bug fixes
Removed unneeded hidden fields in confirmation page. Do not show group prune
dropdown if there are no groups, etc.
PHPBB3-9622
Diffstat (limited to 'phpBB/adm/style/acp_prune_users.html')
-rw-r--r-- | phpBB/adm/style/acp_prune_users.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_prune_users.html b/phpBB/adm/style/acp_prune_users.html index a6c5679a11..5c4d89f794 100644 --- a/phpBB/adm/style/acp_prune_users.html +++ b/phpBB/adm/style/acp_prune_users.html @@ -41,10 +41,12 @@ <dt><label for="posts_on_queue">{L_POSTS_ON_QUEUE}:</label></dt> <dd><select name="queue_select">{S_COUNT_OPTIONS}</select> <input type="text" id="posts_on_queue" name="posts_on_queue" /></select> </dl> +<!-- IF S_GROUP_LIST --> <dl> <dt><label for="group_id">{L_GROUP}:</label><br /><span>{L_PRUNE_USERS_GROUP_EXPLAIN}</dt> <dd><select name="group_id">{S_GROUP_LIST}</select></dd> </dl> +<!-- ENDIF --> </fieldset> <fieldset> |