Files
Froxlor/templates/Sparkle/misc/question_yesno_checkbox.tpl
Michael Kaufmann 370ccbdb74 refactor global array
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
2018-12-21 20:51:44 +01:00

21 lines
707 B
Smarty

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