green sync button

This commit is contained in:
Ibnu Maksum 2024-08-05 11:21:28 +07:00
parent 9f96da34b5
commit 509658be9c
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 10 additions and 2 deletions

View File

@ -2,10 +2,18 @@
# CHANGELOG # CHANGELOG
## 2024.8.5
- Add Customer Mail Inbox
- Add pppoe customer and pppoe IP to make static username and IP
- Add Sync button
- Allow Mac Address Username
## 2024.8.1 ## 2024.8.1
- Show Bandwidth Plan in the customer dashboard - Show Bandwidth Plan in the customer dashboard
- Show - Add Audit Payment Gateway
- Fix Plugin Manager
## 2024.7.23 ## 2024.7.23

View File

@ -137,7 +137,7 @@
class="btn btn-info btn-xs">&nbsp;&nbsp;{Lang::T('Edit')}&nbsp;&nbsp;</a> class="btn btn-info btn-xs">&nbsp;&nbsp;{Lang::T('Edit')}&nbsp;&nbsp;</a>
<a href="{$_url}customers/sync/{$ds['id']}" id="{$ds['id']}" <a href="{$_url}customers/sync/{$ds['id']}" id="{$ds['id']}"
style="margin: 5px; color:black" style="margin: 5px; color:black"
class="btn btn-info btn-xs">&nbsp;&nbsp;{Lang::T('Sync')}&nbsp;&nbsp;</a> class="btn btn-success btn-xs">&nbsp;&nbsp;{Lang::T('Sync')}&nbsp;&nbsp;</a>
<a href="{$_url}plan/recharge/{$ds['id']}" id="{$ds['id']}" style="margin: 0px;" <a href="{$_url}plan/recharge/{$ds['id']}" id="{$ds['id']}" style="margin: 0px;"
class="btn btn-primary btn-xs">{Lang::T('Recharge')}</a> class="btn btn-primary btn-xs">{Lang::T('Recharge')}</a>
</td> </td>