change confirm() to ask()

This commit is contained in:
iBNu Maksum
2024-11-06 13:45:36 +07:00
parent 2b7361cf6b
commit b316e4a242
58 changed files with 132 additions and 108 deletions

View File

@ -46,7 +46,7 @@
</div>
<div class="form-group">
<div class="col-md-9 col-md-offset-3">
<button class="btn btn-success" onclick="return confirm('Continue the Customer Balance top-up process?')"
<button class="btn btn-success" onclick="return ask(this, 'Continue the Customer Balance top-up process?')"
type="submit">{Lang::T('Recharge')}</button>
Or <a href="{$_url}customers/list">{Lang::T('Cancel')}</a>
</div>