diff options
author | Crizzo <mail@crizzo.de> | 2014-03-09 22:14:40 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-09 22:14:40 +0100 |
commit | 47ad92ae31918bcabee77d6e8b38ba0a391f523b (patch) | |
tree | b9f98bf21831be4f315b3abb586c14c7fdca2f25 /phpBB/styles/prosilver | |
parent | 0fd172aaa457e46938965d1a547a5b33bdfd29d8 (diff) | |
download | forums-47ad92ae31918bcabee77d6e8b38ba0a391f523b.tar forums-47ad92ae31918bcabee77d6e8b38ba0a391f523b.tar.gz forums-47ad92ae31918bcabee77d6e8b38ba0a391f523b.tar.bz2 forums-47ad92ae31918bcabee77d6e8b38ba0a391f523b.tar.xz forums-47ad92ae31918bcabee77d6e8b38ba0a391f523b.zip |
[ticket/8785] Fixed problem with add empty.png and travis will now pass
PHPBB3-8785
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/posting_pm_header.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index d0c08db231..e311b85cbe 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -1,4 +1,6 @@ <fieldset class="fields1"> +<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> + <!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS --> <dl> <dt><label for="icon">{L_ICON}{L_COLON}</label></dt> diff --git a/phpBB/styles/prosilver/template/posting_pm_header.html b/phpBB/styles/prosilver/template/posting_pm_header.html index f255171439..b26621af3b 100644 --- a/phpBB/styles/prosilver/template/posting_pm_header.html +++ b/phpBB/styles/prosilver/template/posting_pm_header.html @@ -1,7 +1,5 @@ <fieldset class="fields1"> - <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> - - <!-- IF S_PRIVMSGS and not S_SHOW_DRAFTS --> + <!-- IF not S_SHOW_DRAFTS --> <!-- IF S_GROUP_OPTIONS --> <div class="column2"> |