aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_editor.html
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-02 19:23:56 +0200
committerPayBas <contact@paybas.com>2014-06-24 00:02:22 +0200
commiteda3c36b1c38ec19515f0a6da2ae6413334edc0d (patch)
tree31546805d72e018c6ee7a4af63e1fb14dc4eaee1 /phpBB/styles/prosilver/template/posting_editor.html
parent83326718132811d8b57ac8612ff50887ec0fa101 (diff)
downloadforums-eda3c36b1c38ec19515f0a6da2ae6413334edc0d.tar
forums-eda3c36b1c38ec19515f0a6da2ae6413334edc0d.tar.gz
forums-eda3c36b1c38ec19515f0a6da2ae6413334edc0d.tar.bz2
forums-eda3c36b1c38ec19515f0a6da2ae6413334edc0d.tar.xz
forums-eda3c36b1c38ec19515f0a6da2ae6413334edc0d.zip
[ticket/12648] Improve UCP/MCP/Posting tabs
PHPBB3-12648
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_editor.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html
index 081c267a94..5d533c6bb1 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -101,13 +101,11 @@
<!-- IF not S_PRIVMSGS and not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 -->
<div id="tabs" class="sub-panels" data-show-panel="<!-- IF SHOW_PANEL -->{SHOW_PANEL}<!-- ELSE -->options-panel<!-- ENDIF -->">
<ul>
- <li id="options-panel-tab" class="activetab"><a href="#tabs" data-subpanel="options-panel"><span>{L_OPTIONS}</span></a></li>
+ <li id="options-panel-tab" class="tab activetab"><a href="#tabs" data-subpanel="options-panel"><span>{L_OPTIONS}</span></a></li>
<!-- IF S_SHOW_ATTACH_BOX -->
- <li id="attach-panel-tab">
+ <li id="attach-panel-tab" class="tab">
<a href="#tabs" data-subpanel="attach-panel">
- <span>
- {L_ATTACHMENTS} <strong id="file-total-progress"><strong id="file-total-progress-bar"></strong></strong>
- </span>
+ {L_ATTACHMENTS} <strong id="file-total-progress"><strong id="file-total-progress-bar"></strong></strong>
</a>
</li>
<!-- ENDIF -->