aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2016-08-09 21:14:03 -0400
committerGitHub <noreply@github.com>2016-08-09 21:14:03 -0400
commit1455be2260e8fbc7e24b20214154655ef87ef224 (patch)
treeb7072ab5ceea9bd5f25038b248f94692ccd18960 /phpBB/styles
parent7f1c4cd205997529bf3c154f07ed517f26e35c0b (diff)
downloadforums-1455be2260e8fbc7e24b20214154655ef87ef224.tar
forums-1455be2260e8fbc7e24b20214154655ef87ef224.tar.gz
forums-1455be2260e8fbc7e24b20214154655ef87ef224.tar.bz2
forums-1455be2260e8fbc7e24b20214154655ef87ef224.tar.xz
forums-1455be2260e8fbc7e24b20214154655ef87ef224.zip
[ticket/14695] Put posting_editor_subject_append/prepend events on newlines
As per request in the PR. PHPBB3-14695
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/posting_editor.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html
index fc51a17433..5258ea09a2 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -23,7 +23,11 @@
<!-- 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><!-- 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>
+ <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 -->