diff options
| author | PayBas <contact@paybas.com> | 2014-04-11 11:59:26 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-05-03 17:48:31 +0200 |
| commit | 36aa8ecad860a5a83d790939668078c18442ad22 (patch) | |
| tree | 7a54ea277e68e65a13fedf24b50c621d54633f38 /phpBB/docs | |
| parent | 21c11c7b2483c04bf94fa0df9b7fa49eff393bd4 (diff) | |
| download | forums-36aa8ecad860a5a83d790939668078c18442ad22.tar forums-36aa8ecad860a5a83d790939668078c18442ad22.tar.gz forums-36aa8ecad860a5a83d790939668078c18442ad22.tar.bz2 forums-36aa8ecad860a5a83d790939668078c18442ad22.tar.xz forums-36aa8ecad860a5a83d790939668078c18442ad22.zip | |
[ticket/12376] Changed to viewtopic_body_poll_option_before and after
PHPBB3-12376
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index ae421260e8..3f2effd2f6 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -693,22 +693,22 @@ viewtopic_body_footer_before and quick reply, directly before the jumpbox in Prosilver, breadcrumbs in Subsilver2. -viewtopic_body_poll_fieldset_append +viewtopic_body_poll_option_after === * 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 +* Purpose: Add content after the poll option the list. -viewtopic_body_poll_fieldset_prepend +viewtopic_body_poll_option_before === * 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 +* Purpose: Add content before the poll option the list. viewtopic_body_poll_question_append |
