diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..7d6476f9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +![Logo](install/img/logo.png) + +# CHANGELOG + +## 2023.6.15 + +- User can connect to internet from User Dashboard +- Fix Confirm when delete +- Change Logo PHPNuxBill +- Using Composer +- Fix Search User +- Fix user check, if not found will logout + +## 2023.6.8 + +- Fixing registration without OTP +- Username will not go to phonenumber if OTP registration is not enabled +- Fix Bug PPOE \ No newline at end of file diff --git a/ui/ui/app-settings.tpl b/ui/ui/app-settings.tpl index 39f4a4f6..683276d6 100644 --- a/ui/ui/app-settings.tpl +++ b/ui/ui/app-settings.tpl @@ -53,7 +53,7 @@
-

system/config.php

+

edit at config.php

diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index d19ee779..2da993e0 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -16,6 +16,18 @@ + {if isset($xheader)} {$xheader} diff --git a/ui/ui/sections/user-header.tpl b/ui/ui/sections/user-header.tpl index c367c63f..4bd17d86 100644 --- a/ui/ui/sections/user-header.tpl +++ b/ui/ui/sections/user-header.tpl @@ -16,6 +16,18 @@ + {if isset($xheader)} {$xheader} @@ -50,7 +62,7 @@ class="img-circle" alt="User Image">

- {$_user['fullname']} + {$_user['fullname']} Member since Nov. 2012

@@ -68,7 +80,8 @@ @@ -127,4 +140,4 @@
- {if isset($notify)}{$notify}{/if} \ No newline at end of file +{if isset($notify)}{$notify}{/if} \ No newline at end of file diff --git a/ui/ui/voucher.tpl b/ui/ui/voucher.tpl index 22e28dbe..582ffe0f 100644 --- a/ui/ui/voucher.tpl +++ b/ui/ui/voucher.tpl @@ -54,14 +54,15 @@ {$ds['type']} {$ds['routers']} {$ds['name_plan']} - {$ds['code']} + {$ds['code']} {if $ds['status'] eq '0'} {else} {/if} {if $ds['user'] eq '0'} - {else} {$ds['user']} {/if} {$_L['Delete']} + class="btn btn-danger btn-xs" + onclick="return confirm('{$_L['Delete']}?')">{$_L['Delete']} {/foreach}