Update refill.tpl

This commit is contained in:
Ahmad Husein 2024-10-23 19:05:33 +07:00 committed by GitHub
parent 8347a982c5
commit 8c5ed98f09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button class="btn btn-success"
<button class="btn btn-success" onclick="return confirm('Continue the Refill process?')"
type="submit">{Lang::T('Recharge')}</button>
Or <a href="{$_url}customers/list">{Lang::T('Cancel')}</a>
</div>
@ -36,4 +36,4 @@
</div>
{include file="sections/footer.tpl"}
{include file="sections/footer.tpl"}