mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
22 lines
595 B
Smarty
22 lines
595 B
Smarty
|
|
<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" />
|
|
|
|
<input type="submit" name="cancel" value="{L_NO}" class="liteoption" />
|
|
</span>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|