20 lines
609 B
Smarty
20 lines
609 B
Smarty
|
{{*
|
||
|
* AUTOMATICALLY GENERATED TEMPLATE
|
||
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
||
|
*
|
||
|
*}}
|
||
|
<center>
|
||
|
<form action="{{$confirm_url}}" id="confirm-form" method="{{$method}}">
|
||
|
|
||
|
<span id="confirm-message">{{$message}}</span>
|
||
|
{{foreach $extra_inputs as $input}}
|
||
|
<input type="hidden" name="{{$input.name}}" value="{{$input.value}}" />
|
||
|
{{/foreach}}
|
||
|
|
||
|
<input class="confirm-button" id="confirm-submit-button" type="submit" name="{{$confirm_name}}" value="{{$confirm}}" />
|
||
|
<input class="confirm-button" id="confirm-cancel-button" type="submit" name="canceled" value="{{$cancel}}" />
|
||
|
|
||
|
</form>
|
||
|
</center>
|
||
|
|