aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ranks.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-03-01 17:03:06 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-03-01 17:03:06 +0100
commit51b985399da2ec7287d7ca594abfc6f180c721fc (patch)
tree6e74753624a0fd51b8b76e880bc3d7b929c26b77 /phpBB/adm/style/acp_ranks.html
parent23475abab3e1a4e560d7b8b107fc76f9b88792f8 (diff)
downloadforums-51b985399da2ec7287d7ca594abfc6f180c721fc.tar
forums-51b985399da2ec7287d7ca594abfc6f180c721fc.tar.gz
forums-51b985399da2ec7287d7ca594abfc6f180c721fc.tar.bz2
forums-51b985399da2ec7287d7ca594abfc6f180c721fc.tar.xz
forums-51b985399da2ec7287d7ca594abfc6f180c721fc.zip
[ticket/9911] Correctly open "Minimum posts" on editing a rank in IE.
IE handles onchange after the next click on the page, instead of directly like Firefox, Opera and Safari do. Changing it to onclick works. PHPBB3-9911
Diffstat (limited to 'phpBB/adm/style/acp_ranks.html')
-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>