blob: da981e6aaa4f9f8b84960a472f453f6a21a4c3ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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}" /> <input class="liteoptiontable" type="submit" name="cancel" value="{L_NO}" /><br /><br /></td>
</tr>
</table></td>
</tr>
</table></form>
|