diff options
| author | PayBas <contact@paybas.com> | 2014-06-02 19:23:56 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-24 00:02:22 +0200 |
| commit | eda3c36b1c38ec19515f0a6da2ae6413334edc0d (patch) | |
| tree | 31546805d72e018c6ee7a4af63e1fb14dc4eaee1 /phpBB/styles/prosilver/template/posting_editor.html | |
| parent | 83326718132811d8b57ac8612ff50887ec0fa101 (diff) | |
| download | forums-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.html | 8 |
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 --> |
