mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/14695] Added posting_editor_subject_append/prepend events to subsilver
As per request in PR. PHPBB3-14695
This commit is contained in:
@@ -166,7 +166,11 @@
|
||||
<!-- 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>
|
||||
<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>
|
||||
<!-- EVENT posting_editor_subject_after -->
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user