Update balance-edit.tpl

This commit is contained in:
Ahmad Husein 2025-01-19 15:26:48 +07:00 committed by GitHub
parent 123b74001a
commit f6084f6ca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,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" onclick="return ask(this, 'Continue the process of changing the balance contents?')" type="submit">{Lang::T('Save Changes')}</button> <button class="btn btn-success" onclick="return ask(this, '{Lang::T("Continue the process of changing the balance contents?")}')" type="submit">{Lang::T('Save Changes')}</button>
Or <a href="{$_url}services/balance">{Lang::T('Cancel')}</a> Or <a href="{$_url}services/balance">{Lang::T('Cancel')}</a>
</div> </div>
</div> </div>