diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-08-14 13:36:22 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-14 13:36:22 +0200 |
| commit | e466318dc26c9cf4f9dc8d42c2bb69983b89608f (patch) | |
| tree | c99d0445bd37bab5fb495db3e7099d1285885c24 /phpBB/docs | |
| parent | 57ba51c52960b345121589619bcc08eabc8b53f4 (diff) | |
| parent | 166e0b59616ee1f0ab7d2dddb79ca303264c2e36 (diff) | |
| download | forums-e466318dc26c9cf4f9dc8d42c2bb69983b89608f.tar forums-e466318dc26c9cf4f9dc8d42c2bb69983b89608f.tar.gz forums-e466318dc26c9cf4f9dc8d42c2bb69983b89608f.tar.bz2 forums-e466318dc26c9cf4f9dc8d42c2bb69983b89608f.tar.xz forums-e466318dc26c9cf4f9dc8d42c2bb69983b89608f.zip | |
Merge pull request #3761 from Zoddo/ticket/13997
[ticket/13997] Add posting_editor_submit_buttons template event
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 f5238602d7..f41383903c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1110,6 +1110,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: |
