1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/11972] Add posting_editor_message_before template event

PHPBB3-11972
This commit is contained in:
David King
2013-10-30 21:27:40 -07:00
parent 3be5fe5354
commit b8eeca7048
3 changed files with 10 additions and 0 deletions

View File

@@ -133,6 +133,8 @@
<!-- ENDIF -->
</div>
<!-- EVENT posting_editor_message_before -->
<div id="message-box">
<textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="4" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
</div>