diff --git a/system/lan/english.json b/system/lan/english.json
index b092fde2..d327f961 100644
--- a/system/lan/english.json
+++ b/system/lan/english.json
@@ -630,5 +630,6 @@
"State": "State",
"State_of_Resident": "State of Resident",
"Zip": "Zip",
- "Zip_Code": "Zip Code"
+ "Zip_Code": "Zip Code",
+ "": ""
}
\ No newline at end of file
diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl
index 02f3ad94..ff64dfd9 100644
--- a/ui/ui/sections/header.tpl
+++ b/ui/ui/sections/header.tpl
@@ -87,11 +87,11 @@
}
}
- /*
+ /*
* maintenance top-bar
*/
- .notification-top-bar {
+ .notification-top-bar {
position: fixed;
top: 0;
left: 0;
@@ -142,7 +142,7 @@
}
{if isset($xheader)}
- {$xheader}
+ {$xheader}
{/if}
@@ -212,71 +212,71 @@
{$_MENU_AFTER_DASHBOARD}
{if !in_array($_admin['user_type'],['Report'])}
-
- {$_MENU_AFTER_CUSTOMERS}
-
+
+ {$_MENU_AFTER_CUSTOMERS}
+
{/if}
{$_MENU_AFTER_SERVICES}
{if in_array($_admin['user_type'],['SuperAdmin','Admin'])}
-
+
{/if}
{$_MENU_AFTER_PLANS}
{$_MENU_AFTER_MESSAGE}
{if in_array($_admin['user_type'],['SuperAdmin','Admin'])}
-
- {$_MENU_AFTER_NETWORKS}
- {if $_c['radius_enable']}
-
- {/if}
- {$_MENU_AFTER_RADIUS}
-
+ {/if}
+ {$_MENU_AFTER_RADIUS}
+
{/if}
{$_MENU_AFTER_PAGES}
{$_MENU_AFTER_SETTINGS}
{if in_array($_admin['user_type'],['SuperAdmin','Admin'])}
-
+
{/if}
{$_MENU_AFTER_LOGS}
@@ -451,11 +451,11 @@
{if $_c['maintenance_mode'] == 1}
-
-
{Lang::T('The website is currently in maintenance mode, this means that some or all functionality may be
+
+
{Lang::T('The website is currently in maintenance mode, this means that some or all functionality may be
unavailable to regular users during this time.')} {Lang::T('Turn Off')}
-
+ href="{$_url}settings/maintenance">{Lang::T('Turn Off')}
+
{/if}
@@ -467,20 +467,19 @@
{if isset($notify)}
-
- {/if}
\ No newline at end of file
+
+{/if}
\ No newline at end of file
diff --git a/ui/ui/sections/user-header.tpl b/ui/ui/sections/user-header.tpl
index 3bc8ade0..e625871f 100644
--- a/ui/ui/sections/user-header.tpl
+++ b/ui/ui/sections/user-header.tpl
@@ -203,8 +203,7 @@
Swal.fire({
icon: '{if $notify_t == "s"}success{else}warning{/if}',
title: '{$notify}',
- toast: true,
- position: 'bottom-end',
+ position: 'top-end',
showConfirmButton: false,
timer: 5000,
timerProgressBar: true,