mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14091] Add mcp_topic_subject_* template events
Add some options (field, checkbox, ...) before/after the subject field when split a subject PHPBB3-14091
This commit is contained in:
@@ -54,10 +54,12 @@
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- EVENT mcp_topic_options_before -->
|
||||
<dl>
|
||||
<dt><label for="subject">{L_SPLIT_SUBJECT}{L_COLON}</label></dt>
|
||||
<dd><input type="text" name="subject" id="subject" size="45" maxlength="124" tabindex="2" value="{SPLIT_SUBJECT}" title="{L_SPLIT_SUBJECT}" class="inputbox" /></dd>
|
||||
</dl>
|
||||
<!-- EVENT mcp_topic_options_after -->
|
||||
<dl>
|
||||
<dt><label>{L_SPLIT_FORUM}{L_COLON}</label></dt>
|
||||
<dd><select name="to_forum_id">{S_FORUM_SELECT}</select></dd>
|
||||
@@ -153,9 +155,9 @@
|
||||
<div class="action-bar bottom">
|
||||
<div class="pagination">
|
||||
{TOTAL_POSTS}
|
||||
<!-- IF .pagination -->
|
||||
<!-- IF .pagination -->
|
||||
<!-- INCLUDE pagination.html -->
|
||||
<!-- ELSE -->
|
||||
<!-- ELSE -->
|
||||
• {PAGE_NUMBER}
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user