diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2016-05-29 11:08:33 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2016-05-29 11:41:54 +0200 |
commit | 6350798e9728469f51e8e94c161bc99ca8ff97dc (patch) | |
tree | 1038e854f445a663625650323a74b901bbbfa0de /phpBB/styles/prosilver/template/mcp_move.html | |
parent | e7262e2d39feb7946710f6ae4bb17aac67f26204 (diff) | |
download | forums-6350798e9728469f51e8e94c161bc99ca8ff97dc.tar forums-6350798e9728469f51e8e94c161bc99ca8ff97dc.tar.gz forums-6350798e9728469f51e8e94c161bc99ca8ff97dc.tar.bz2 forums-6350798e9728469f51e8e94c161bc99ca8ff97dc.tar.xz forums-6350798e9728469f51e8e94c161bc99ca8ff97dc.zip |
[ticket/14506] Add mcp_move_before template event
PHPBB3-14506
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_move.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_move.html | 4 |
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" /> + {S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="button1" /> <input type="submit" name="cancel" value="{L_NO}" class="button2" /> {S_FORM_TOKEN} </fieldset> |