mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14695] Added posting_editor_subject_append/prepend events to subsilver
As per request in PR. PHPBB3-14695
This commit is contained in:
parent
1455be2260
commit
0771eaa732
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue