2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<center>
|
|
|
|
<form action="{{$confirm_url}}" id="confirm-form" method="{{$method}}">
|
|
|
|
|
2021-10-02 11:26:14 -04:00
|
|
|
<h3 id="confirm-message">{{$l10n.message}}</h3>
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2021-10-02 11:26:14 -04:00
|
|
|
<button class="confirm-button" id="confirm-submit-button" type="submit" name="{{$confirm_name}}" value="{{$confirm_value}}">{{$l10n.confirm}}</button>
|
|
|
|
<button class="confirm-button" id="confirm-cancel-button" type="submit" name="canceled" value="{{$l10n.cancel}}">{{$l10n.cancel}}</button>
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
</form>
|
|
|
|
</center>
|
|
|
|
|