diff options
| author | PayBas <contact@paybas.com> | 2014-06-13 15:36:12 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-24 00:02:25 +0200 |
| commit | 8547fd4c2ea2eb6f8eb791f844e08ed44d6d8e11 (patch) | |
| tree | 9179065b5c4cad300b74bd9274ce827444a623ed /phpBB/styles/prosilver/template/posting_editor.html | |
| parent | 1189fc9e51689d72544cab833cb8f5d6c860b26e (diff) | |
| download | forums-8547fd4c2ea2eb6f8eb791f844e08ed44d6d8e11.tar forums-8547fd4c2ea2eb6f8eb791f844e08ed44d6d8e11.tar.gz forums-8547fd4c2ea2eb6f8eb791f844e08ed44d6d8e11.tar.bz2 forums-8547fd4c2ea2eb6f8eb791f844e08ed44d6d8e11.tar.xz forums-8547fd4c2ea2eb6f8eb791f844e08ed44d6d8e11.zip | |
[ticket/12648] Fix poll tab and revert unrelated color change
PHPBB3-12648
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index a0ab494441..25e3be3bcb 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -109,7 +109,11 @@ </a> </li> <!-- ENDIF --> - <!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE --><li id="poll-panel-tab" class="tab"><a href="#tabs" data-subpanel="poll-panel" role="tab" aria-controls="poll-panel"><span>{L_ADD_POLL}</span></a></li><!-- ENDIF --> + <!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE --> + <li id="poll-panel-tab" class="tab"> + <a href="#tabs" data-subpanel="poll-panel" role="tab" aria-controls="poll-panel">{L_ADD_POLL}</a> + </li> + <!-- ENDIF --> </ul> </div> <!-- ENDIF --> |
