aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/quickreply_editor.html
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-10-12 12:05:07 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-10-12 12:05:07 +0200
commitb7fe324ed70ca1a10ce64470e2286bfea23c1bef (patch)
tree104a59ad3027d76341a476877ff5be4ec1be237a /phpBB/styles/prosilver/template/quickreply_editor.html
parent7bbce946de68e52d93f2c2050c507817ec4483c5 (diff)
parente87209742bf5ea2878a51388df9b9bd4c9e04111 (diff)
downloadforums-b7fe324ed70ca1a10ce64470e2286bfea23c1bef.tar
forums-b7fe324ed70ca1a10ce64470e2286bfea23c1bef.tar.gz
forums-b7fe324ed70ca1a10ce64470e2286bfea23c1bef.tar.bz2
forums-b7fe324ed70ca1a10ce64470e2286bfea23c1bef.tar.xz
forums-b7fe324ed70ca1a10ce64470e2286bfea23c1bef.zip
Merge branch '3.1.x'
* 3.1.x: [ticket/14144] Add quickreply_editor_subject_before event
Diffstat (limited to 'phpBB/styles/prosilver/template/quickreply_editor.html')
-rw-r--r--phpBB/styles/prosilver/template/quickreply_editor.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html
index c9ae52477e..9839494491 100644
--- a/phpBB/styles/prosilver/template/quickreply_editor.html
+++ b/phpBB/styles/prosilver/template/quickreply_editor.html
@@ -4,6 +4,7 @@
<div class="inner">
<h2 class="quickreply-title">{L_QUICKREPLY}</h2>
<fieldset class="fields1">
+ <!-- EVENT quickreply_editor_subject_before -->
<dl style="clear: left;">
<dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt>
<dd><input type="text" name="subject" id="subject" size="45" maxlength="124" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd>