1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge branch '3.1.x'

* 3.1.x:
  [ticket/14144] Add quickreply_editor_subject_before event
This commit is contained in:
Tristan Darricau
2015-10-12 12:05:07 +02:00
2 changed files with 8 additions and 0 deletions

View File

@@ -1177,6 +1177,13 @@ quickreply_editor_message_before
* Since: 3.1.0-a4 * Since: 3.1.0-a4
* Purpose: Add content before the quick reply textbox * Purpose: Add content before the quick reply textbox
quickreply_editor_subject_before
===
* Locations:
+ styles/prosilver/template/quickreply_editor.html
* Since: 3.1.7-RC1
* Purpose: Add content before the quick reply subject textbox
search_body_form_before search_body_form_before
=== ===
* Locations: * Locations:

View File

@@ -4,6 +4,7 @@
<div class="inner"> <div class="inner">
<h2 class="quickreply-title">{L_QUICKREPLY}</h2> <h2 class="quickreply-title">{L_QUICKREPLY}</h2>
<fieldset class="fields1"> <fieldset class="fields1">
<!-- EVENT quickreply_editor_subject_before -->
<dl style="clear: left;"> <dl style="clear: left;">
<dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt> <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> <dd><input type="text" name="subject" id="subject" size="45" maxlength="124" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd>