18 lines
745 B
Smarty
18 lines
745 B
Smarty
$header
|
|
<form action="$yesfile" method="post">
|
|
<input type="hidden" name="s" value="$s" />
|
|
<input type="hidden" name="send" value="send" />
|
|
$hiddenparams
|
|
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
|
|
<tr>
|
|
<td class="maintitle" colspan="2"><b> <img src="images/title.gif" alt="" /> {$lng['question']['question']}</b></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="field_name_border_left">$text</td>
|
|
<td class="field_name" nowrap="nowrap"><input type="submit" class="bottom" name="submitbutton" value="{$lng['panel']['yes']}" /> <input type="button" class="bottom" value="{$lng['panel']['no']}" onclick="history.back();" /></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<br />
|
|
<br />
|
|
$footer |