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/custom_profile_fields.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/custom_profile_fields.html')
-rw-r--r-- | phpBB/adm/style/custom_profile_fields.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/custom_profile_fields.html b/phpBB/adm/style/custom_profile_fields.html index c78c71748c..289d11d32e 100644 --- a/phpBB/adm/style/custom_profile_fields.html +++ b/phpBB/adm/style/custom_profile_fields.html @@ -15,7 +15,7 @@ <!-- BEGIN bool --> <!-- IF bool.FIELD_LENGTH eq 1 --> - <!-- BEGIN options --><input type="radio" class="radio" name="{bool.FIELD_IDENT}" value="{bool.options.OPTION_ID}"{bool.options.CHECKED} /> {bool.options.VALUE} <!-- END options --> + <!-- BEGIN options --><label><input type="radio" class="radio" name="{bool.FIELD_IDENT}" value="{bool.options.OPTION_ID}"{bool.options.CHECKED} /> {bool.options.VALUE}</label><!-- END options --> <!-- ELSE --> <input type="checkbox" class="radio" name="{bool.FIELD_IDENT}" value="1"<!-- IF bool.FIELD_VALUE --> checked="checked"<!-- ENDIF --> /> <!-- ENDIF --> |