diff options
author | Cesar G <prototech91@gmail.com> | 2014-03-01 10:15:26 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-03-01 10:15:26 -0800 |
commit | 6d1b0d41f1382c19b47f5b0df85791d3d6dd7e8c (patch) | |
tree | 0a29da37a1070a35ba823a955cac5df72dee4e24 /phpBB/styles/prosilver | |
parent | 620f2840d742056224efa4e41dfe31d1ba7b7c7d (diff) | |
download | forums-6d1b0d41f1382c19b47f5b0df85791d3d6dd7e8c.tar forums-6d1b0d41f1382c19b47f5b0df85791d3d6dd7e8c.tar.gz forums-6d1b0d41f1382c19b47f5b0df85791d3d6dd7e8c.tar.bz2 forums-6d1b0d41f1382c19b47f5b0df85791d3d6dd7e8c.tar.xz forums-6d1b0d41f1382c19b47f5b0df85791d3d6dd7e8c.zip |
[ticket/12238] Remove defunct confirmation box template code.
Confirmation boxes are handled by confirm_body.html.
PHPBB3-12238
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_header.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_header.html b/phpBB/styles/prosilver/template/mcp_header.html index 51f496605e..2b2105e770 100644 --- a/phpBB/styles/prosilver/template/mcp_header.html +++ b/phpBB/styles/prosilver/template/mcp_header.html @@ -47,19 +47,3 @@ <p><!-- BEGIN return_links -->{return_links.MESSAGE_LINK}<br /><br /><!-- END return_links --></p> </div> <!-- ENDIF --> - - <!-- IF CONFIRM_MESSAGE --> - <form id="confirm" method="post" action="{S_CONFIRM_ACTION}"{S_FORM_ENCTYPE}> - - <div class="content"> - <h2>{L_PLEASE_CONFIRM}</h2> - <p>{CONFIRM_MESSAGE}</p> - - <fieldset class="submit-buttons"> - {S_HIDDEN_FIELDS}<input class="button1" type="submit" name="submit" value="{L_YES}" /> - <input class="button2" type="cancel" value="{L_NO}" /> - </fieldset> - </div> - - </form> - <!-- ENDIF --> |