From f153342fb33ea5975db2d215512796f199c952f6 Mon Sep 17 00:00:00 2001 From: javiexin Date: Thu, 6 Aug 2015 14:43:46 +0200 Subject: [PATCH 1/2] [ticket/14075] Add template event after poll preview panel PHPBB3-14075 --- phpBB/docs/events.md | 8 ++++++++ phpBB/styles/prosilver/template/posting_preview.html | 2 ++ phpBB/styles/subsilver2/template/posting_preview.html | 1 + 3 files changed, 11 insertions(+) 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 @@ + +

{L_PREVIEW}{L_COLON} {PREVIEW_SUBJECT}

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 @@ + From 5a51acd6433090edd6320bb9ac84e6f2c0fda136 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 25 Aug 2015 15:22:09 +0200 Subject: [PATCH 2/2] [ticket/14075] Update version to 3.1.7-RC1 PHPBB3-14075 --- phpBB/docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 1e68953540..4e0d09a119 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1224,7 +1224,7 @@ posting_preview_poll_after * Locations: + styles/prosilver/template/posting_preview.html + styles/subsilver2/template/posting_preview.html -* Since: 3.1.6-RC1 +* Since: 3.1.7-RC1 * Purpose: Add content after the poll preview block posting_topic_title_before