mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-29 06:26:22 +01:00
Merge pull request #4337 from Senky/ticket/14506
Add mcp_move_before template event
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<!-- EVENT mcp_move_before -->
|
||||
|
||||
<div id="pagecontent">
|
||||
|
||||
<form name="confirm" action="{S_CONFIRM_ACTION}" method="post">
|
||||
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th>{MESSAGE_TITLE}</th>
|
||||
@@ -32,9 +34,9 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{S_FORM_TOKEN}
|
||||
{S_FORM_TOKEN}
|
||||
</form>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
Reference in New Issue
Block a user