diff options
author | Zoddo <zoddo.ino@gmail.com> | 2015-07-15 16:07:49 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2015-08-09 11:36:49 +0200 |
commit | 166e0b59616ee1f0ab7d2dddb79ca303264c2e36 (patch) | |
tree | 56bc440d9c64238948f85656e7363683a2b38af7 /phpBB/docs/events.md | |
parent | 668defcf5705699be3a15548c08a3ea6c79086af (diff) | |
download | forums-166e0b59616ee1f0ab7d2dddb79ca303264c2e36.tar forums-166e0b59616ee1f0ab7d2dddb79ca303264c2e36.tar.gz forums-166e0b59616ee1f0ab7d2dddb79ca303264c2e36.tar.bz2 forums-166e0b59616ee1f0ab7d2dddb79ca303264c2e36.tar.xz forums-166e0b59616ee1f0ab7d2dddb79ca303264c2e36.zip |
[ticket/13997] Add posting_editor_submit_buttons template event
PHPBB3-13997
Diffstat (limited to 'phpBB/docs/events.md')
-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 fc123154e8..4bb3544c8c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1094,6 +1094,14 @@ posting_editor_subject_before * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the subject +posting_editor_submit_buttons +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Since: 3.1.6-RC1 +* Purpose: Add custom buttons in the posting editor + posting_layout_include_panel_body === * Locations: |