Files
Froxlor/templates/Sparkle/misc/question_yesno.tpl
Roman Schmerold (BNoiZe) 7101655ed7 Cleaning up unnessesary js code, removing inline js
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2014-01-07 13:39:29 +01:00

20 lines
586 B
Smarty

$header
<div class="messagewrapper">
<form action="$yesfile" method="post">
<div class="warningcontainer bradius">
<div class="warningtitle">{$lng['question']['question']}</div>
<div class="warning">
$text
<div>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="send" value="send" />
{$hiddenparams}
<input type="submit" name="submitbutton" value="{$lng['panel']['yes']}" />&nbsp;
<input type="button" class="nobutton" value="{$lng['panel']['no']}" id="historyback" />
</div>
</div>
</div>
</form>
</div>
$footer