mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
Update customers-add.tpl
This commit is contained in:
parent
b313f1de36
commit
46a83d4e30
1 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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')}
|
||||
</button>
|
||||
<br><a href="{$_url}customers/list" class="btn btn-link">{Lang::T('Cancel')}</a>
|
||||
|
@ -312,4 +312,4 @@
|
|||
{/literal}
|
||||
|
||||
|
||||
{include file="sections/footer.tpl"}
|
||||
{include file="sections/footer.tpl"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue