Update recharge.tpl

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

View File

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