diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-04 23:36:26 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-04 23:36:26 +0000 |
commit | 109190075df437f0392e6407b2b00fc87e085ad2 (patch) | |
tree | 866e1e5e606283d18be6ef40d3bc6ef73851610f /phpBB/adm/style/acp_prune_users.html | |
parent | 386c2da85d6b4f68be920dc99435699b4aa3fce5 (diff) | |
download | forums-109190075df437f0392e6407b2b00fc87e085ad2.tar forums-109190075df437f0392e6407b2b00fc87e085ad2.tar.gz forums-109190075df437f0392e6407b2b00fc87e085ad2.tar.bz2 forums-109190075df437f0392e6407b2b00fc87e085ad2.tar.xz forums-109190075df437f0392e6407b2b00fc87e085ad2.zip |
correct label
git-svn-id: file:///svn/phpbb/trunk@7464 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_prune_users.html')
-rw-r--r-- | phpBB/adm/style/acp_prune_users.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_prune_users.html b/phpBB/adm/style/acp_prune_users.html index d8f8cce090..8f1d03ec7a 100644 --- a/phpBB/adm/style/acp_prune_users.html +++ b/phpBB/adm/style/acp_prune_users.html @@ -37,11 +37,13 @@ </dl> <dl> <dt><label for="deleteposts">{L_DELETE_USER_POSTS}:</label><br /><span>{L_DELETE_USER_POSTS_EXPLAIN}</span></dt> - <dd><input type="radio" class="radio" name="deleteposts" value="1" /> {L_YES} <input type="radio" class="radio" id="deleteposts" name="deleteposts" value="0" checked="checked" /> {L_NO}</dd> + <dd><label><input type="radio" class="radio" name="deleteposts" value="1" /> {L_YES}</label> + <label><input type="radio" class="radio" id="deleteposts" name="deleteposts" value="0" checked="checked" /> {L_NO}</label></dd> </dl> <dl> <dt><label for="deactivate">{L_DEACTIVATE_DELETE}:</label><br /><span>{L_DEACTIVATE_DELETE_EXPLAIN}</span></dt> - <dd><input type="radio" class="radio" name="action" value="delete" /> {L_DELETE_USERS} <input type="radio" class="radio" id="deactivate" name="action" value="deactivate" checked="checked" /> {L_DEACTIVATE}</dd> + <dd><label><input type="radio" class="radio" name="action" value="delete" /> {L_DELETE_USERS}</label> + <label><input type="radio" class="radio" id="deactivate" name="action" value="deactivate" checked="checked" /> {L_DEACTIVATE}</label></dd> </dl> <p class="submit-buttons"> |