mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11972] Add posting_editor_subject_after template event
PHPBB3-11972
This commit is contained in:
parent
63a82f26dd
commit
069f806169
3 changed files with 11 additions and 2 deletions
|
@ -161,10 +161,16 @@ posting_editor_options_prepend
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/posting_editor.html
|
+ styles/prosilver/template/posting_editor.html
|
||||||
+ styles/prosilver/template/posting_body.html
|
+ styles/subsilver2/template/posting_body.html
|
||||||
* Since: 3.1.0-a1
|
|
||||||
* Purpose: Add posting options on the posting screen
|
* Purpose: Add posting options on the posting screen
|
||||||
|
|
||||||
|
posting_editor_subject_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/posting_editor.html
|
||||||
|
+ styles/subsilver2/template/posting_body.html
|
||||||
|
* Purpose: Add field (e.g. textbox) to the posting screen under the subject
|
||||||
|
|
||||||
simple_footer_after
|
simple_footer_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -97,6 +97,8 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT posting_editor_subject_after -->
|
||||||
|
|
||||||
<!-- INCLUDE posting_buttons.html -->
|
<!-- INCLUDE posting_buttons.html -->
|
||||||
|
|
||||||
<div id="smiley-box">
|
<div id="smiley-box">
|
||||||
|
|
|
@ -168,6 +168,7 @@
|
||||||
<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%"><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>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- EVENT posting_editor_subject_after -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}{L_COLON}</b><br /><span class="gensmall">{L_MESSAGE_BODY_EXPLAIN} </span><br /><br />
|
<td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}{L_COLON}</b><br /><span class="gensmall">{L_MESSAGE_BODY_EXPLAIN} </span><br /><br />
|
||||||
<!-- IF S_SMILIES_ALLOWED -->
|
<!-- IF S_SMILIES_ALLOWED -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue