diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-02 12:03:58 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-02 12:03:58 +0200 |
commit | 58af8606c1f075ca34a2d6b307a55e598e9f4817 (patch) | |
tree | ee8625609452aa73bec1184bb08a81c53113806c /phpBB/styles | |
parent | 48d05bad256444eb9a823f9c376522356e9be77e (diff) | |
parent | 5a51acd6433090edd6320bb9ac84e6f2c0fda136 (diff) | |
download | forums-58af8606c1f075ca34a2d6b307a55e598e9f4817.tar forums-58af8606c1f075ca34a2d6b307a55e598e9f4817.tar.gz forums-58af8606c1f075ca34a2d6b307a55e598e9f4817.tar.bz2 forums-58af8606c1f075ca34a2d6b307a55e598e9f4817.tar.xz forums-58af8606c1f075ca34a2d6b307a55e598e9f4817.zip |
Merge pull request #3853 from marc1706/ticket/14075
[ticket/14075] Add template event after poll preview panel
* marc1706/ticket/14075:
[ticket/14075] Update version to 3.1.7-RC1
[ticket/14075] Add template event after poll preview panel
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_preview.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_preview.html | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/posting_preview.html b/phpBB/styles/prosilver/template/posting_preview.html index a5aae8c436..aac117c090 100644 --- a/phpBB/styles/prosilver/template/posting_preview.html +++ b/phpBB/styles/prosilver/template/posting_preview.html @@ -24,6 +24,8 @@ <!-- ENDIF --> +<!-- EVENT posting_preview_poll_after --> + <div class="postbody"> <h3>{L_PREVIEW}{L_COLON} {PREVIEW_SUBJECT}</h3> diff --git a/phpBB/styles/subsilver2/template/posting_preview.html b/phpBB/styles/subsilver2/template/posting_preview.html index b0dbef6a5a..c451e4c871 100644 --- a/phpBB/styles/subsilver2/template/posting_preview.html +++ b/phpBB/styles/subsilver2/template/posting_preview.html @@ -38,6 +38,7 @@ </td> </tr> <!-- ENDIF --> +<!-- EVENT posting_preview_poll_after --> <tr> <td class="row1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> |