aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-07-10 16:24:17 +0200
committerPayBas <contact@paybas.com>2014-07-10 16:24:17 +0200
commit0bece6dada5af1f8245a2200f43978e5dd7f5f63 (patch)
treefd37692f5961e327ce615f1590bd1d214a7ec7fd /phpBB/adm/style
parent9468d173bc4deb8e757b651d636f1102da670385 (diff)
downloadforums-0bece6dada5af1f8245a2200f43978e5dd7f5f63.tar
forums-0bece6dada5af1f8245a2200f43978e5dd7f5f63.tar.gz
forums-0bece6dada5af1f8245a2200f43978e5dd7f5f63.tar.bz2
forums-0bece6dada5af1f8245a2200f43978e5dd7f5f63.tar.xz
forums-0bece6dada5af1f8245a2200f43978e5dd7f5f63.zip
[ticket/12838] Simplify special rank template conditional
PHPBB3-12838
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_ranks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html
index ea69e1254b..fa06513b98 100644
--- a/phpBB/adm/style/acp_ranks.html
+++ b/phpBB/adm/style/acp_ranks.html
@@ -41,7 +41,7 @@
<dd><label><input onclick="phpbb.toggleDisplay('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="phpbb.toggleDisplay('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 -->
+ <div id="posts"<!-- IF S_SPECIAL_RANK --> style="display: none;"<!-- ENDIF -->>
<dl>
<dt><label for="min_posts">{L_RANK_MINIMUM}{L_COLON}</label></dt>
<dd><input name="min_posts" type="number" id="min_posts" maxlength="10" value="{MIN_POSTS}" /></dd>