mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[ticket/11972] Add posting_editor_message_after template event
PHPBB3-11972
This commit is contained in:
@@ -138,6 +138,8 @@
|
||||
<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>
|
||||
|
||||
<!-- EVENT posting_editor_message_after -->
|
||||
</fieldset>
|
||||
|
||||
<!-- IF $EXTRA_POSTING_OPTIONS eq 1 -->
|
||||
|
@@ -216,6 +216,7 @@
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
</tr>
|
||||
<!-- EVENT posting_editor_message_after -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user