diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-12 12:03:17 +0200 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-12 12:03:17 +0200 |
| commit | e87209742bf5ea2878a51388df9b9bd4c9e04111 (patch) | |
| tree | b18b3e13893a54ecbea97a36f67a30d5913d2d70 /phpBB/docs | |
| parent | d92baaa2f72400c9814f9e0a5638532e549a9446 (diff) | |
| parent | fcf6c20291c1c0f2f25028d9116dbf91d0b367fb (diff) | |
| download | forums-e87209742bf5ea2878a51388df9b9bd4c9e04111.tar forums-e87209742bf5ea2878a51388df9b9bd4c9e04111.tar.gz forums-e87209742bf5ea2878a51388df9b9bd4c9e04111.tar.bz2 forums-e87209742bf5ea2878a51388df9b9bd4c9e04111.tar.xz forums-e87209742bf5ea2878a51388df9b9bd4c9e04111.zip | |
Merge pull request #3887 from Senky/ticket/14144
[ticket/14144] Add quickreply_editor_subject_before event
* Senky/ticket/14144:
[ticket/14144] Add quickreply_editor_subject_before 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 229ec7fe4e..5eba051ba8 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1298,6 +1298,14 @@ quickreply_editor_message_before * Since: 3.1.0-a4 * Purpose: Add content before the quick reply textbox +quickreply_editor_subject_before +=== +* Locations: + + styles/prosilver/template/quickreply_editor.html + + styles/subsilver2/template/quickreply_editor.html +* Since: 3.1.7-RC1 +* Purpose: Add content before the quick reply subject textbox + search_body_form_before === * Locations: |
