diff options
author | javiexin <javiexin@gmail.com> | 2015-08-06 14:43:46 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-22 08:57:26 +0200 |
commit | f153342fb33ea5975db2d215512796f199c952f6 (patch) | |
tree | 1670ffdaee936c8ff7bd9d84886a9a1dbe110046 | |
parent | 2d24b9b61f16803371f36f7dbedc1e847d087383 (diff) | |
download | forums-f153342fb33ea5975db2d215512796f199c952f6.tar forums-f153342fb33ea5975db2d215512796f199c952f6.tar.gz forums-f153342fb33ea5975db2d215512796f199c952f6.tar.bz2 forums-f153342fb33ea5975db2d215512796f199c952f6.tar.xz forums-f153342fb33ea5975db2d215512796f199c952f6.zip |
[ticket/14075] Add template event after poll preview panel
PHPBB3-14075
-rw-r--r-- | phpBB/docs/events.md | 8 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/posting_preview.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_preview.html | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 1c0e8a2de2..1e68953540 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1219,6 +1219,14 @@ posting_poll_body_options_after * Since: 3.1.4-RC1 * Purpose: Add content after the poll options on creating a poll +posting_preview_poll_after +=== +* Locations: + + styles/prosilver/template/posting_preview.html + + styles/subsilver2/template/posting_preview.html +* Since: 3.1.6-RC1 +* Purpose: Add content after the poll preview block + posting_topic_title_before === * Locations: 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"> |