aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-03-02 22:07:56 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2011-03-02 22:07:56 -0500
commitafae883619eb7d193b413b5599078a6f47ead408 (patch)
tree5940dd6205c4c0a819e488628896161a29d82d44 /phpBB/adm/style
parent57ab0816e2512f4d2a175d9a5c98eada0dc16511 (diff)
parent51b985399da2ec7287d7ca594abfc6f180c721fc (diff)
downloadforums-afae883619eb7d193b413b5599078a6f47ead408.tar
forums-afae883619eb7d193b413b5599078a6f47ead408.tar.gz
forums-afae883619eb7d193b413b5599078a6f47ead408.tar.bz2
forums-afae883619eb7d193b413b5599078a6f47ead408.tar.xz
forums-afae883619eb7d193b413b5599078a6f47ead408.zip
Merge branch 'ticket/nickvergessen/9911' into develop-olympus
* ticket/nickvergessen/9911: [ticket/9911] Correctly open "Minimum posts" on editing a rank in IE.
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_ranks.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html
index 9306e30269..2ad8b3e8aa 100644
--- a/phpBB/adm/style/acp_ranks.html
+++ b/phpBB/adm/style/acp_ranks.html
@@ -35,8 +35,8 @@
</dl>
<dl>
<dt><label for="special_rank">{L_RANK_SPECIAL}:</label></dt>
- <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>
+ <dd><label><input onclick="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 onclick="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>