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/styles/subsilver2/template | |
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/styles/subsilver2/template')
-rw-r--r-- | phpBB/styles/subsilver2/template/quickreply_editor.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html index 5afc723f48..a7614e841f 100644 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -4,6 +4,7 @@ <tr> <th align="center" colspan="2">{L_QUICKREPLY}</th> </tr> + <!-- EVENT quickreply_editor_subject_before --> <tr> <td class="row1" width="22%"><b class="genmed">{L_SUBJECT}{L_COLON}</b></td> <td class="row2" width="78%"><input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="124" tabindex="2" value="{SUBJECT}" /></td> |