MT#64787 deprecation banner for admin panel

add a banner on top of ngcp-panel pages with a deprecation notice.

Change-Id: I264b2e05e04cc64a253a79d91600501f734e2623
master
Rene Krenn 1 week ago
parent d302f95404
commit e16002678f

@ -37,6 +37,13 @@
<body>
<div id="wrapper">
<div id="banner">
<div class="container">
<span class="pull-right">
[% c.loc("This interface is not supported anymore and it will be discontinued in future versions. Please use the new interface for the configuration of the system.") %]
</span>
</div>
</div>
<div id="topbar">
<div class="container">

@ -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;

Loading…
Cancel
Save