FELIX-2188 Remove old admin.css and admin.js CSS and script and provide a new admin_compat.css providing parts of the former admin.css so as to render as much as possible of old plugins somewhat nice.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@922227 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/main_header.html b/webconsole/src/main/resources/templates/main_header.html
index 1805e6b..73a3410 100644
--- a/webconsole/src/main/resources/templates/main_header.html
+++ b/webconsole/src/main/resources/templates/main_header.html
@@ -23,9 +23,10 @@
<script src="{2}/res/lib/jquery.cookies-2.2.0.js" type="text/javascript"></script>
<script src="{2}/res/lib/jquery.tablesorter-2.0.3.js" type="text/javascript"></script>
<script src="{2}/res/lib/support.js" type="text/javascript"></script>
-
- <!-- temporary here - for compatibility untill all plugins are refactored -->
- <!-- <script src="{2}/res/ui/admin.js" type="text/javascript"></script> -->
+
+
+ <!-- FELIX-2188: backwards compatibility CSS -->
+ <link href="{2}/res/ui/admin_compat.css" rel="stylesheet" type="text/css" />
</head>
<body class="ui-widget">