Files
Froxlor/templates/Classic/misc/question_yesno.tpl
Michael Kaufmann (d00p) d6b4bd8d36 add new images and templates for re-design
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2011-02-08 10:30:03 +01:00

18 lines
762 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>&nbsp;<img src="images/Classic/title.gif" alt="" />&nbsp;{$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']}" />&nbsp;<input type="button" class="bottom" value="{$lng['panel']['no']}" onclick="history.go(-{$back_nr});" /></td>
</tr>
</table>
</form>
<br />
<br />
$footer