From fcb489190f307b8a6ca3a5bfbf7aae90641f90fa Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Tue, 21 May 2024 10:39:01 +0100 Subject: [PATCH] Update header.tpl add maintenance mode notification for admin --- ui/ui/sections/header.tpl | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index 12ee84f..34fe639 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -86,6 +86,39 @@ transform: rotate(360deg); } } + + /* + * maintenance top-bar + */ + + .notification-top-bar { + position: fixed; + top: 0; + left: 0; + height: 40px; + line-height: 40px; + width: 100%; + background: #ef0404; + text-align: center; + color: #ffff; + font-weight: bold; + font-size: 14px; + z-index: 9999; + } + + .notification-top-bar p { + padding: 0; + margin: 0; + } + + .notification-top-bar p a { + padding: 5px 10px; + border-radius: 3px; + background: #FFF; + color: #1ABC9C; + font-weight: bold; + text-decoration: none; + } {if isset($xheader)} {$xheader} @@ -396,6 +429,13 @@ + {if $_c['maintenance_mode'] == 1} +
+ {/if} +