blob: d28ddb5847ced37b413bc8889d8619d75c5dbf4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<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 />
|