From fd4c634b9bab1e8d61bda77db2c70bd95b47f1f5 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:03:23 +0100 Subject: [PATCH] Merge branch 'Development' of https://github.com/Focuslinkstech/phpnuxbill into Development --- ui/ui/app-settings.tpl | 12 ++++++++++++ ui/ui/dashboard.tpl | 2 ++ 2 files changed, 14 insertions(+) diff --git a/ui/ui/app-settings.tpl b/ui/ui/app-settings.tpl index 11486ca7..d134c904 100644 --- a/ui/ui/app-settings.tpl +++ b/ui/ui/app-settings.tpl @@ -580,6 +580,18 @@ {Lang::T('Miscellaneous')}
+
+ +
+ +
+

{Lang::T('This is to notify you when new updates is available')}

+
diff --git a/ui/ui/dashboard.tpl b/ui/ui/dashboard.tpl index 6262a16f..6025622f 100644 --- a/ui/ui/dashboard.tpl +++ b/ui/ui/dashboard.tpl @@ -372,6 +372,7 @@ {/literal} {/if} +{if $_c['new_version_notify'] != 'disable'} +{/if} {include file="sections/footer.tpl"} \ No newline at end of file