mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/12238] Remove defunct confirmation box template code.
Confirmation boxes are handled by confirm_body.html. PHPBB3-12238
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user