From 21c11c7b2483c04bf94fa0df9b7fa49eff393bd4 Mon Sep 17 00:00:00 2001 From: PayBas Date: Wed, 9 Apr 2014 17:24:34 +0200 Subject: [PATCH] [ticket/12376] Added viewtopic_body_poll_question_append PHPBB3-12376 --- phpBB/docs/events.md | 8 ++++++++ phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- phpBB/styles/subsilver2/template/viewtopic_body.html | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 68f4afad21..ae421260e8 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -711,6 +711,14 @@ viewtopic_body_poll_fieldset_prepend * Purpose: Add content after the items in the polls fieldset the list. +viewtopic_body_poll_question_append +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-b3 +* Purpose: Add content directly after the poll question on the View topic screen + viewtopic_body_poll_question_prepend === * Locations: diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 5db95e7879..2529374089 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -67,7 +67,7 @@
-

{POLL_QUESTION}

+

{POLL_QUESTION}

{L_POLL_LENGTH}
{L_MAX_VOTES}

diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 6e6ca488ca..5e6c243a48 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -72,7 +72,7 @@ - +
{POLL_QUESTION}
{L_POLL_LENGTH}
{POLL_QUESTION}
{L_POLL_LENGTH}