aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_prune_forums.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-04 23:36:26 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-04 23:36:26 +0000
commit109190075df437f0392e6407b2b00fc87e085ad2 (patch)
tree866e1e5e606283d18be6ef40d3bc6ef73851610f /phpBB/adm/style/acp_prune_forums.html
parent386c2da85d6b4f68be920dc99435699b4aa3fce5 (diff)
downloadforums-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_forums.html')
-rw-r--r--phpBB/adm/style/acp_prune_forums.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_prune_forums.html b/phpBB/adm/style/acp_prune_forums.html
index b08791509b..9831384533 100644
--- a/phpBB/adm/style/acp_prune_forums.html
+++ b/phpBB/adm/style/acp_prune_forums.html
@@ -81,15 +81,18 @@
</dl>
<dl>
<dt><label for="polls">{L_PRUNE_OLD_POLLS}:</label><br /><span>{L_PRUNE_OLD_POLLS_EXPLAIN}</span></dt>
- <dd><input type="radio" class="radio" name="prune_old_polls" value="1" /> {L_YES} &nbsp; <input type="radio" class="radio" id="polls" name="prune_old_polls" value="0" checked="checked" /> {L_NO}</dd>
+ <dd><label><input type="radio" class="radio" name="prune_old_polls" value="1" /> {L_YES}</label>
+ <label><input type="radio" class="radio" id="polls" name="prune_old_polls" value="0" checked="checked" /> {L_NO}</label></dd>
</dl>
<dl>
<dt><label for="announce">{L_PRUNE_ANNOUNCEMENTS}:</label></dt>
- <dd><input type="radio" class="radio" name="prune_announce" value="1" /> {L_YES} &nbsp; <input type="radio" class="radio" id="announce" name="prune_announce" value="0" checked="checked" /> {L_NO}</dd>
+ <dd><label><input type="radio" class="radio" name="prune_announce" value="1" /> {L_YES}</label>
+ <label><input type="radio" class="radio" id="announce" name="prune_announce" value="0" checked="checked" /> {L_NO}</label></dd>
</dl>
<dl>
<dt><label for="sticky">{L_PRUNE_STICKY}:</label></dt>
- <dd><input type="radio" class="radio" name="prune_sticky" value="1" /> {L_YES} &nbsp; <input type="radio" class="radio" id="sticky" name="prune_sticky" value="0" checked="checked" /> {L_NO}</dd>
+ <dd><label><input type="radio" class="radio" name="prune_sticky" value="1" /> {L_YES}</label>
+ <label><input type="radio" class="radio" id="sticky" name="prune_sticky" value="0" checked="checked" /> {L_NO}</label></dd>
</dl>
<p class="quick">