@@ -2,7 +2,7 @@ $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="warningtitle">{$lng['question']['question']}</div>
|
||||
<div class="warning">
|
||||
$text
|
||||
<div class="messagecheckbox">$checkbox</div>
|
||||
@@ -10,8 +10,8 @@ $header
|
||||
<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']}" />
|
||||
<input type="button" class="nobutton" value="{\Froxlor\I18N\Lang::getAll()['panel']['no']}" id="historyback" />
|
||||
<input type="submit" name="submitbutton" value="{$lng['panel']['yes']}" />
|
||||
<input type="button" class="nobutton" value="{$lng['panel']['no']}" id="historyback" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user