diff --git a/CHANGELOG.md b/CHANGELOG.md index f575489a..1be54699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # CHANGELOG +## 2024.1.11 + +- Add Plan only for admin by @Focuslinkstech +- Fix Plugin Manager + ## 2024.1.9 - Add Prefix when generate Voucher diff --git a/system/lan/english/common.lan.php b/system/lan/english/common.lan.php index acba8dd2..2dd0680e 100644 --- a/system/lan/english/common.lan.php +++ b/system/lan/english/common.lan.php @@ -419,3 +419,4 @@ $_L['After_Customer_activate_voucher_or_login_customer_will_be_redirected_to_this_url'] = 'After Customer activate voucher or login, customer will be redirected to this url'; $_L['Voucher_Prefix'] = 'Voucher Prefix'; $_L['Voucher_activation_success_now_you_can_login'] = 'Voucher activation success, now you can login'; +$_L['Client_Can_Purchase'] = 'Client Can Purchase'; diff --git a/ui/ui/hotspot-add.tpl b/ui/ui/hotspot-add.tpl index 692407fb..4472be80 100644 --- a/ui/ui/hotspot-add.tpl +++ b/ui/ui/hotspot-add.tpl @@ -9,23 +9,15 @@
- - + Enable + Disable
- - + Yes + No
{if $_c['radius_enable']} diff --git a/ui/ui/hotspot-edit.tpl b/ui/ui/hotspot-edit.tpl index 9489932f..d51efc19 100644 --- a/ui/ui/hotspot-edit.tpl +++ b/ui/ui/hotspot-edit.tpl @@ -10,25 +10,15 @@
- - + Enable + Disable
- - + Yes + No
{if $_c['radius_enable'] and $d['is_radius']} diff --git a/ui/ui/pppoe-add.tpl b/ui/ui/pppoe-add.tpl index 91587863..069ca5f5 100644 --- a/ui/ui/pppoe-add.tpl +++ b/ui/ui/pppoe-add.tpl @@ -9,32 +9,22 @@
- - + Enable + Disable
- - + Yes + No
{if $_c['radius_enable']}
- + Radius Plan

{Lang::T('Cannot be change after saved')}

diff --git a/ui/ui/pppoe-edit.tpl b/ui/ui/pppoe-edit.tpl index 77e36a76..7c6dc775 100644 --- a/ui/ui/pppoe-edit.tpl +++ b/ui/ui/pppoe-edit.tpl @@ -10,25 +10,15 @@
- - + Enable + Disable
- - + Yes + No
{if $_c['radius_enable'] and $d['is_radius']} diff --git a/version.json b/version.json index 8d55fed3..9fdb534f 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2024.1.9" + "version": "2024.1.11" } \ No newline at end of file