aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_signature.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-06 15:31:39 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-06 15:31:39 +0000
commit6205be1e746dd51dface756fbeb8b7fc702e1d80 (patch)
tree5f6fc8a6fa8bc8f13d5511a3f8ac4bb148d60b5e /phpBB/adm/style/acp_users_signature.html
parent1e74ea85c5eebf9de7d29b1816ed5f8d9a02d638 (diff)
downloadforums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.gz
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.bz2
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.xz
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.zip
#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481
- more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_users_signature.html')
-rw-r--r--phpBB/adm/style/acp_users_signature.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_users_signature.html b/phpBB/adm/style/acp_users_signature.html
index f6a38b4f36..43373a2a7e 100644
--- a/phpBB/adm/style/acp_users_signature.html
+++ b/phpBB/adm/style/acp_users_signature.html
@@ -86,13 +86,13 @@
<div>
<!-- IF S_BBCODE_ALLOWED -->
- <input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} />&nbsp; {L_DISABLE_BBCODE} &nbsp;
+ <label><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label>
<!-- ENDIF -->
<!-- IF S_SMILIES_ALLOWED -->
- <input type="checkbox" class="radio" name="disable_smilies"{S_SMILIES_CHECKED} />&nbsp; {L_DISABLE_SMILIES} &nbsp;
+ <label><input type="checkbox" class="radio" name="disable_smilies"{S_SMILIES_CHECKED} /> {L_DISABLE_SMILIES}</label>
<!-- ENDIF -->
<!-- IF S_LINKS_ALLOWED -->
- <input type="checkbox" class="radio" name="disable_magic_url"{S_MAGIC_URL_CHECKED} />&nbsp; {L_DISABLE_MAGIC_URL} &nbsp;
+ <label><input type="checkbox" class="radio" name="disable_magic_url"{S_MAGIC_URL_CHECKED} /> {L_DISABLE_MAGIC_URL}</label>
<!-- ENDIF -->
<br /><br /><strong>{L_OPTIONS}: </strong>{BBCODE_STATUS} :: {IMG_STATUS} :: {FLASH_STATUS} :: {URL_STATUS} :: {SMILIES_STATUS}
</div>