diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 1cc1300c05..68f4afad21 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -693,6 +693,32 @@ viewtopic_body_footer_before and quick reply, directly before the jumpbox in Prosilver, breadcrumbs in Subsilver2. +viewtopic_body_poll_fieldset_append +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-b3 +* Purpose: Add content before the items in the polls fieldset +the list. + +viewtopic_body_poll_fieldset_prepend +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-b3 +* Purpose: Add content after the items in the polls fieldset +the list. + +viewtopic_body_poll_question_prepend +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-b3 +* Purpose: Add content directly before the poll question on the View topic screen + viewtopic_body_post_buttons_after === * Locations: diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 8912382c48..5db95e7879 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -67,10 +67,12 @@
{POLL_QUESTION} {L_POLL_LENGTH} |
+ {POLL_QUESTION} {L_POLL_LENGTH} |
+
|