[ticket/14695] Added posting_editor_subject_append/prepend events to subsilver

As per request in PR.

PHPBB3-14695
This commit is contained in:
David King 2016-08-09 21:16:33 -04:00 committed by GitHub
parent 1455be2260
commit 0771eaa732

View file

@ -166,7 +166,11 @@
<!-- EVENT posting_editor_subject_before --> <!-- EVENT posting_editor_subject_before -->
<tr> <tr>
<td class="row1" width="22%"><b class="genmed">{L_SUBJECT}{L_COLON}</b></td> <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> <td class="row2" width="78%">
<!-- EVENT posting_editor_subject_prepend -->
<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}" />
<!-- EVENT posting_editor_subject_append -->
</td>
</tr> </tr>
<!-- EVENT posting_editor_subject_after --> <!-- EVENT posting_editor_subject_after -->
<tr> <tr>