Update customers-add.tpl

This commit is contained in:
Ahmad Husein 2024-10-23 18:16:52 +07:00 committed by GitHub
parent b313f1de36
commit 46a83d4e30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,7 +203,7 @@
</div> </div>
</div> </div>
<center> <center>
<button class="btn btn-primary" type="submit"> <button class="btn btn-primary" onclick="return confirm('Continue the customer data creation process?')" type="submit">
{Lang::T('Save Changes')} {Lang::T('Save Changes')}
</button> </button>
<br><a href="{$_url}customers/list" class="btn btn-link">{Lang::T('Cancel')}</a> <br><a href="{$_url}customers/list" class="btn btn-link">{Lang::T('Cancel')}</a>
@ -312,4 +312,4 @@
{/literal} {/literal}
{include file="sections/footer.tpl"} {include file="sections/footer.tpl"}