1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00
php-phpbb/phpBB/templates/subSilver/confirm_body.tpl
Paul S. Owen ea43268a21 subSilver goes into CVS
git-svn-id: file:///svn/phpbb/trunk@1082 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-25 18:13:12 +00:00

30 lines
906 B
Smarty

<div align="center">
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" colspan="2" class="forumline">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="innerline">
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<th class="secondary" height="25" valign="middle"><b>{MESSAGE_TITLE}</b></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>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<br />