From e16002678ff626522a2789babea1bfdf331eb0f2 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Thu, 2 Apr 2026 04:10:59 +0200 Subject: [PATCH] MT#64787 deprecation banner for admin panel add a banner on top of ngcp-panel pages with a deprecation notice. Change-Id: I264b2e05e04cc64a253a79d91600501f734e2623 --- share/layout/body.tt | 7 +++++++ share/static/css/application.css | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/share/layout/body.tt b/share/layout/body.tt index a45c361b4f..311a30df45 100644 --- a/share/layout/body.tt +++ b/share/layout/body.tt @@ -37,6 +37,13 @@
+
diff --git a/share/static/css/application.css b/share/static/css/application.css index 3121d52edd..1e3be769ce 100644 --- a/share/static/css/application.css +++ b/share/static/css/application.css @@ -1751,6 +1751,18 @@ body { Layout: Topbar ------------------------------------------------------------------- */ +#banner { + position: relative; + z-index: 101; + padding: 8px; + background: #e06666; + border-bottom: 1px solid #9a4949; +} +#banner span { + color: #ffffff; + font-weight: bold; + font-size: 11px; +} #topbar { position: relative; z-index: 101;