1
0
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:
Marc Alexander
2016-07-16 21:24:33 +02:00
3 changed files with 16 additions and 4 deletions

View File

@@ -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" />