diff options
author | David King <imkingdavid@gmail.com> | 2013-10-30 21:25:57 -0700 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2013-11-02 15:27:53 -0700 |
commit | 3be5fe535470f075af9718dc301b06981c9c695f (patch) | |
tree | 1ccccb40d6e22a56a0d167b6540387cdd33c44b3 /phpBB/styles/subsilver2 | |
parent | 069f8061698e95f9a94ac65cbf4c8f3c6a7a7714 (diff) | |
download | forums-3be5fe535470f075af9718dc301b06981c9c695f.tar forums-3be5fe535470f075af9718dc301b06981c9c695f.tar.gz forums-3be5fe535470f075af9718dc301b06981c9c695f.tar.bz2 forums-3be5fe535470f075af9718dc301b06981c9c695f.tar.xz forums-3be5fe535470f075af9718dc301b06981c9c695f.zip |
[ticket/11972] Add posting_editor_subject_before template event
PHPBB3-11972
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index ea35ccc20f..efd606550e 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -163,7 +163,7 @@ </tr> <!-- ENDIF --> <!-- ENDIF --> - +<!-- EVENT posting_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="<!-- IF S_NEW_MESSAGE -->120<!-- ELSE -->124<!-- ENDIF -->" tabindex="2" value="{SUBJECT}" /></td> |