aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-03-11 17:11:10 +0000
committerChris Smith <toonarmy@phpbb.com>2009-03-11 17:11:10 +0000
commit0d4a76a8756b28a99e3ab95beb3bd9836047bd1b (patch)
tree921912007284bbcc54c2022c34e2707aecae8cbe /phpBB/styles/subsilver2
parent61135f65b94a4949d37f77e6d65e0aeeff8368ce (diff)
downloadforums-0d4a76a8756b28a99e3ab95beb3bd9836047bd1b.tar
forums-0d4a76a8756b28a99e3ab95beb3bd9836047bd1b.tar.gz
forums-0d4a76a8756b28a99e3ab95beb3bd9836047bd1b.tar.bz2
forums-0d4a76a8756b28a99e3ab95beb3bd9836047bd1b.tar.xz
forums-0d4a76a8756b28a99e3ab95beb3bd9836047bd1b.zip
Hide font size options which are bigger than the allowed size in the editor. #42615
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9365 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/posting_buttons.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html
index 5adfeab6cd..0aab79b7aa 100644
--- a/phpBB/styles/subsilver2/template/posting_buttons.html
+++ b/phpBB/styles/subsilver2/template/posting_buttons.html
@@ -58,8 +58,12 @@
<option value="50">{L_FONT_TINY}</option>
<option value="85">{L_FONT_SMALL}</option>
<option value="100" selected="selected">{L_FONT_NORMAL}</option>
- <option value="150">{L_FONT_LARGE}</option>
- <option value="200">{L_FONT_HUGE}</option>
+ <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 -->
+ <option value="150">{L_FONT_LARGE}</option>
+ <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 -->
+ <option value="200">{L_FONT_HUGE}</option>
+ <!-- ENDIF -->
+ <!-- ENDIF -->
</select></span>
<!-- ENDIF -->
</td>