aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-07-16 21:24:33 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-07-16 21:24:33 +0200
commitb54aa81cdd4e55daf9537c9dde93d4fc9d1396be (patch)
treede439209c16f31cc3e72b7ab0ac9a2ee42d75275 /phpBB/styles/prosilver
parent6f109dd1ef2eb652521b93294d5ffda9f1608884 (diff)
parent6350798e9728469f51e8e94c161bc99ca8ff97dc (diff)
downloadforums-b54aa81cdd4e55daf9537c9dde93d4fc9d1396be.tar
forums-b54aa81cdd4e55daf9537c9dde93d4fc9d1396be.tar.gz
forums-b54aa81cdd4e55daf9537c9dde93d4fc9d1396be.tar.bz2
forums-b54aa81cdd4e55daf9537c9dde93d4fc9d1396be.tar.xz
forums-b54aa81cdd4e55daf9537c9dde93d4fc9d1396be.zip
Merge pull request #4337 from Senky/ticket/14506
Add mcp_move_before template event
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/mcp_move.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_move.html b/phpBB/styles/prosilver/template/mcp_move.html
index d028fffeb4..45a9ae83bc 100644
--- a/phpBB/styles/prosilver/template/mcp_move.html
+++ b/phpBB/styles/prosilver/template/mcp_move.html
@@ -31,6 +31,8 @@
<!-- INCLUDE overall_header.html -->
+<!-- EVENT mcp_move_before -->
+
<form id="confirm" action="{S_CONFIRM_ACTION}" method="post">
<div class="panel">
@@ -54,7 +56,7 @@
</fieldset>
<fieldset class="submit-buttons">
- {S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="button1" />&nbsp;
+ {S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="button1" />&nbsp;
<input type="submit" name="cancel" value="{L_NO}" class="button2" />
{S_FORM_TOKEN}
</fieldset>