From be65976310ba1d8ef74d6a3771cb210896768e52 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Thu, 22 Feb 2024 11:42:17 +0700 Subject: [PATCH] link to settings when hide widget --- CHANGELOG.md | 5 +++++ system/lan/english.json | 9 ++++++++- ui/ui/app-settings.tpl | 2 +- ui/ui/dashboard.tpl | 8 ++++---- version.json | 2 +- 5 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0fa479..d7c8c83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # CHANGELOG +## 2024.2.22 + +- Add Loading when click submit +- link to settings when hide widget + ## 2024.2.21 - Fix SQL Installer diff --git a/system/lan/english.json b/system/lan/english.json index 37550777..dc4eaf25 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -441,5 +441,12 @@ "OTP_is_required_when_user_want_to_change_phone_number": "OTP is required when user want to change phone number", "Rate": "Rate", "Burst": "Burst", - "Editing_Bandwidth_will_not_automatically_update_the_plan__you_need_to_edit_the_plan_then_save_again": "Editing Bandwidth will not automatically update the plan, you need to edit the plan then save again" + "Editing_Bandwidth_will_not_automatically_update_the_plan__you_need_to_edit_the_plan_then_save_again": "Editing Bandwidth will not automatically update the plan, you need to edit the plan then save again", + "OTP_Method": "OTP Method", + "SMS": "SMS", + "WhatsApp": "WhatsApp", + "SMS_and_WhatsApp": "SMS and WhatsApp", + "The_method_which_OTP_will_be_sent_to_user": "The method which OTP will be sent to user", + "Report_Viewer": "Report Viewer", + "Super_Administrator": "Super Administrator" } \ No newline at end of file diff --git a/ui/ui/app-settings.tpl b/ui/ui/app-settings.tpl index 73ca71b1..954b308a 100644 --- a/ui/ui/app-settings.tpl +++ b/ui/ui/app-settings.tpl @@ -94,7 +94,7 @@

edit at config.php

-
+
diff --git a/ui/ui/dashboard.tpl b/ui/ui/dashboard.tpl index d58bfd6c..d31649c4 100644 --- a/ui/ui/dashboard.tpl +++ b/ui/ui/dashboard.tpl @@ -71,8 +71,8 @@
- + +
@@ -92,8 +92,8 @@
- + +
diff --git a/version.json b/version.json index 28271150..053c6b63 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2024.2.21" + "version": "2024.2.22" } \ No newline at end of file