1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 11:28:33 +01:00
php-phpbb/phpBB/templates/Euclid/confirm_body.tpl
Paul S. Owen 92ea69d338 More udates
git-svn-id: file:///svn/phpbb/trunk@1541 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-10 13:23:12 +00:00

14 lines
652 B
Smarty

<form action="{S_CONFIRM_ACTION}" method="post"><table width="80%" cellspacing="0" cellpadding="1" border="0" align="center">
<tr>
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
<th class="secondary" height="25"><b>{MESSAGE_TITLE}</b></th>
</tr>
<tr>
<td class="row2" align="center"><br /><span class="gen">{MESSAGE_TEXT}</span><br /><br />{S_HIDDEN_FIELDS}<input class="liteoptiontable" type="submit" name="confirm" value="{L_YES}" />&nbsp;&nbsp;<input class="liteoptiontable" type="submit" name="cancel" value="{L_NO}" /><br /><br /></td>
</tr>
</table></td>
</tr>
</table></form>