1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00
php-phpbb/phpBB/templates/subSilver/confirm_body.tpl

22 lines
595 B
Smarty
Raw Normal View History

<table width="100%" border="0" cellspacing="1" cellpadding="3" class="forumline">
<tr>
<th class="thHead" valign="middle" height="25"><span class="tableTitle">{MESSAGE_TITLE}</span></th>
</tr>
<tr>
<td class="row1" align="center">
<form action="{S_CONFIRM_ACTION}" method="POST">
<span class="gen"><br />
{MESSAGE_TEXT}<br />
<br />
{S_HIDDEN_FIELDS}
<input type="submit" name="confirm" value="{L_YES}" class="mainoption" />
&nbsp;&nbsp;
<input type="submit" name="cancel" value="{L_NO}" class="liteoption" />
</span>
</form>
</td>
</tr>
</table>
<br />