diff options
author | PayBas <contact@paybas.com> | 2014-04-09 14:15:57 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-05-03 17:42:13 +0200 |
commit | 4e79764aca4b569bb4f651d6d365bf102e9e4d54 (patch) | |
tree | db9cb5fa7313a5986b0e4afc3f5bd8d386e63221 /phpBB/docs | |
parent | b60108dc78af581fe5327fce4037731555203320 (diff) | |
download | forums-4e79764aca4b569bb4f651d6d365bf102e9e4d54.tar forums-4e79764aca4b569bb4f651d6d365bf102e9e4d54.tar.gz forums-4e79764aca4b569bb4f651d6d365bf102e9e4d54.tar.bz2 forums-4e79764aca4b569bb4f651d6d365bf102e9e4d54.tar.xz forums-4e79764aca4b569bb4f651d6d365bf102e9e4d54.zip |
[ticket/12376] Add template events viewtopic_body_polls
PHPBB3-12376
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 26 |
1 files changed, 26 insertions, 0 deletions
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: |