06b8f93eae
- button tags allow for a different value from the label
13 lines
425 B
Smarty
13 lines
425 B
Smarty
|
|
<center>
|
|
<form action="{{$confirm_url}}" id="confirm-form" method="{{$method}}">
|
|
|
|
<h3 id="confirm-message">{{$message}}</h3>
|
|
|
|
<button class="confirm-button" id="confirm-submit-button" type="submit" name="{{$confirm_name}}" value="{{$confirm_value}}">{{$confirm}}</button>
|
|
<button class="confirm-button" id="confirm-cancel-button" type="submit" name="canceled" value="{{$cancel}}">{{$cancel}}</button>
|
|
|
|
</form>
|
|
</center>
|
|
|