1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00
php-phpbb/phpBB/templates/Euclid/confirm_body.tpl
Paul S. Owen 35ad2b4be6 A new name for PSO ...
git-svn-id: file:///svn/phpbb/trunk@1534 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-10 01:03:20 +00:00

13 lines
597 B
Smarty

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