mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
Update customers.tpl
Added a sync button
This commit is contained in:
parent
de85d30a9e
commit
01b3b66e3d
1 changed files with 4 additions and 1 deletions
|
@ -135,6 +135,9 @@
|
|||
<a href="{$_url}customers/edit/{$ds['id']}" id="{$ds['id']}"
|
||||
style="margin: 0px; color:black"
|
||||
class="btn btn-info btn-xs"> {Lang::T('Edit')} </a>
|
||||
<a href="{$_url}customers/sync/{$ds['id']}" id="{$ds['id']}"
|
||||
style="margin: 5px; color:black"
|
||||
class="btn btn-info btn-xs"> {Lang::T('Sync')} </a>
|
||||
<a href="{$_url}plan/recharge/{$ds['id']}" id="{$ds['id']}" style="margin: 0px;"
|
||||
class="btn btn-primary btn-xs">{Lang::T('Recharge')}</a>
|
||||
</td>
|
||||
|
@ -166,4 +169,4 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
{include file="sections/footer.tpl"}
|
||||
{include file="sections/footer.tpl"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue