diff options
| author | Wolfsblvt <clemenshusung@gmx.de> | 2015-04-03 17:02:43 +0200 |
|---|---|---|
| committer | Wolfsblvt <clemenshusung@gmx.de> | 2015-04-03 17:02:43 +0200 |
| commit | d5021aeda47390f4934fb728c875fa3ba3bbf7ea (patch) | |
| tree | 8d7eaff55b28698f586e3824a918b973802cc830 /phpBB/docs | |
| parent | 418aabb46e6515a292c8c6ef9eaadac377a858cb (diff) | |
| download | forums-d5021aeda47390f4934fb728c875fa3ba3bbf7ea.tar forums-d5021aeda47390f4934fb728c875fa3ba3bbf7ea.tar.gz forums-d5021aeda47390f4934fb728c875fa3ba3bbf7ea.tar.bz2 forums-d5021aeda47390f4934fb728c875fa3ba3bbf7ea.tar.xz forums-d5021aeda47390f4934fb728c875fa3ba3bbf7ea.zip | |
[ticket/13739] Add template core event posting_poll_body_options_after
Template event added for the poll options while posting a topic
so that you may add additional options for polls.
PHPBB3-13739
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 5c4b6a8d7d..7711869200 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -976,6 +976,14 @@ posting_pm_header_find_username_before * Since: 3.1.0-RC4 * Purpose: Add content before the find username link on composing pm +posting_poll_body_options_after +=== +* Locations: + + styles/prosilver/template/posting_poll_body.html + + styles/subsilver2/template/posting_poll_body.html +* Since: 3.1.4-RC1 +* Purpose: Add content after the poll options on creating a poll + quickreply_editor_panel_after === * Locations: |
