diff options
author | PayBas <contact@paybas.com> | 2014-03-29 11:06:48 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-29 12:17:11 +0100 |
commit | 0d84a42cd406dfa2f5b7fd511305abb3d7d6c35e (patch) | |
tree | 770f273351731dd6d7ac7eb47b479ae41371fd2d /phpBB/docs | |
parent | 7f6aff1d097ae674054233b66ce037df547c516e (diff) | |
download | forums-0d84a42cd406dfa2f5b7fd511305abb3d7d6c35e.tar forums-0d84a42cd406dfa2f5b7fd511305abb3d7d6c35e.tar.gz forums-0d84a42cd406dfa2f5b7fd511305abb3d7d6c35e.tar.bz2 forums-0d84a42cd406dfa2f5b7fd511305abb3d7d6c35e.tar.xz forums-0d84a42cd406dfa2f5b7fd511305abb3d7d6c35e.zip |
[ticket/12309] Template Event quickreply_editor_panel_before/after
PHPBB3-12309
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index dfefc0c1ea..8d8854d689 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -319,6 +319,22 @@ posting_editor_subject_before * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the subject +quickreply_editor_panel_after +=== +* Locations: + + styles/prosilver/template/quickreply_editor.html + + styles/subsilver2/template/quickreply_editor.html +* Since: 3.1.0-b2 +* Purpose: Add content after the quick reply panel (but inside the form) + +quickreply_editor_panel_before +=== +* Locations: + + styles/prosilver/template/quickreply_editor.html + + styles/subsilver2/template/quickreply_editor.html +* Since: 3.1.0-b2 +* Purpose: Add content before the quick reply panel (but inside the form) + quickreply_editor_message_after === * Locations: |