diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2015-09-06 16:14:02 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2015-10-12 09:40:08 +0200 |
commit | fcf6c20291c1c0f2f25028d9116dbf91d0b367fb (patch) | |
tree | a78bce0573ed16f259babdfd46b87199b8ff5899 /phpBB/docs/events.md | |
parent | 8cab2374f98e507cba2f0b10da4155110a73fc00 (diff) | |
download | forums-fcf6c20291c1c0f2f25028d9116dbf91d0b367fb.tar forums-fcf6c20291c1c0f2f25028d9116dbf91d0b367fb.tar.gz forums-fcf6c20291c1c0f2f25028d9116dbf91d0b367fb.tar.bz2 forums-fcf6c20291c1c0f2f25028d9116dbf91d0b367fb.tar.xz forums-fcf6c20291c1c0f2f25028d9116dbf91d0b367fb.zip |
[ticket/14144] Add quickreply_editor_subject_before event
PHPBB3-14144
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 b69cbf77c9..d6fa482fe9 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1283,6 +1283,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: |