diff options
author | David King <imkingdavid@gmail.com> | 2016-06-25 21:16:54 +0100 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2016-06-25 21:16:54 +0100 |
commit | e4336de68d8aca0c8aa0507c2d30597817eb6622 (patch) | |
tree | 4884542dad8e16e1ca582ff61404789067feb88e /phpBB/styles | |
parent | 9595946508c198be3aaae6deb88dee2bba354aef (diff) | |
download | forums-e4336de68d8aca0c8aa0507c2d30597817eb6622.tar forums-e4336de68d8aca0c8aa0507c2d30597817eb6622.tar.gz forums-e4336de68d8aca0c8aa0507c2d30597817eb6622.tar.bz2 forums-e4336de68d8aca0c8aa0507c2d30597817eb6622.tar.xz forums-e4336de68d8aca0c8aa0507c2d30597817eb6622.zip |
[ticket/14695] Add posting_editor_subject_prepend/append template events
PHPBB3-14695
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index f897bf7a3b..fc51a17433 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -23,7 +23,7 @@ <!-- IF S_POST_ACTION or S_PRIVMSGS or S_EDIT_DRAFT --> <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="<!-- IF S_NEW_MESSAGE -->120<!-- ELSE -->124<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd> + <dd><!-- EVENT posting_editor_subject_prepend --><input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->120<!-- ELSE -->124<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /><!-- EVENT posting_editor_subject_append --></dd> </dl> <!-- IF CAPTCHA_TEMPLATE and S_CONFIRM_CODE --> <!-- DEFINE $CAPTCHA_TAB_INDEX = 3 --> |