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_ranks.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_ranks.html')
-rw-r--r-- | phpBB/adm/style/acp_ranks.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html index 8012892b26..017def30a6 100644 --- a/phpBB/adm/style/acp_ranks.html +++ b/phpBB/adm/style/acp_ranks.html @@ -35,7 +35,8 @@ </dl> <dl> <dt><label for="special_rank">{L_RANK_SPECIAL}:</label></dt> - <dd><input onchange="dE('posts', -1)" type="radio" class="radio" name="special_rank" value="1" id="special_rank"<!-- IF S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> />{L_YES} <input onchange="dE('posts', 1)" type="radio" class="radio" name="special_rank" value="0"<!-- IF not S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> /> {L_NO}</dd> + <dd><label><input onchange="dE('posts', -1)" type="radio" class="radio" name="special_rank" value="1" id="special_rank"<!-- IF S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> />{L_YES}</label> + <label><input onchange="dE('posts', 1)" type="radio" class="radio" name="special_rank" value="0"<!-- IF not S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <!-- IF S_SPECIAL_RANK --><div id="posts" style="display: none;"><!-- ELSE --><div id="posts"><!-- ENDIF --> <dl> |