Update customers.tpl

Added a sync button
This commit is contained in:
SABTECH 2024-08-03 22:10:02 +03:00 committed by GitHub
parent de85d30a9e
commit 01b3b66e3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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">&nbsp;&nbsp;{Lang::T('Edit')}&nbsp;&nbsp;</a>
<a href="{$_url}customers/sync/{$ds['id']}" id="{$ds['id']}"
style="margin: 5px; color:black"
class="btn btn-info btn-xs">&nbsp;&nbsp;{Lang::T('Sync')}&nbsp;&nbsp;</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"}