1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

Merge remote-tracking branch 'prototech/ticket/12238' into develop

* prototech/ticket/12238:
  [ticket/12238] Remove defunct confirmation box template code.
This commit is contained in:
Joas Schilling 2014-03-01 19:27:58 +01:00
commit 79c36c885a
2 changed files with 0 additions and 33 deletions

View File

@ -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}" />&nbsp;
<input class="button2" type="cancel" value="{L_NO}" />
</fieldset>
</div>
</form>
<!-- ENDIF -->

View File

@ -58,20 +58,3 @@
<br />
<!-- ENDIF -->
<!-- IF CONFIRM_MESSAGE -->
<form name="confirm" method="post" action="{S_CONFIRM_ACTION}">
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th>{L_PLEASE_CONFIRM}</th>
</tr>
<tr>
<td class="row1" align="center"><span class="gen"><br />{CONFIRM_MESSAGE}<br /><br />{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="confirm" value="{L_YES}" />&nbsp;&nbsp;<input class="btnlite" type="submit" name="cancel" value="{L_NO}" /><br /><br /></span></td>
</tr>
</table>
</form>
<br />
<!-- ENDIF -->