From ec7b99906224411c9a30c35fe1ab8d19bd78bc2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Mon, 25 Sep 2023 20:04:15 +0200
Subject: [PATCH] MAINT: keep old css name

---
 CHANGELOG.md                                     | 2 +-
 src/core/css/{weblinkahead.css => webcaosdb.css} | 0
 src/core/html/imprint.html                       | 2 +-
 src/core/xsl/main.xsl                            | 2 +-
 test/core/index.html                             | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename src/core/css/{weblinkahead.css => webcaosdb.css} (100%)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb575203..d909de74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -587,7 +587,7 @@ This is the last Bootstrap-3 compatible release.
 
 ### Removed
 
-* Removed non-informative tests for weblinkahead.css
+* Removed non-informative tests for webcaosdb.css
 * Hard-coded image and video preview in the entity panel. The preview of images
   and videos is controlled by the `ext_bottom_line` module now.
 
diff --git a/src/core/css/weblinkahead.css b/src/core/css/webcaosdb.css
similarity index 100%
rename from src/core/css/weblinkahead.css
rename to src/core/css/webcaosdb.css
diff --git a/src/core/html/imprint.html b/src/core/html/imprint.html
index 721d5705..e3c18f7b 100644
--- a/src/core/html/imprint.html
+++ b/src/core/html/imprint.html
@@ -7,7 +7,7 @@
     <script src="/webinterface/${BUILD_NUMBER}/js/footer.js"></script>
 
     <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/bootstrap.css">
-    <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/weblinkahead.css">
+    <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/webcaosdb.css">
     <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/dropzone.css">
     <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/tour.css">
     <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/leaflet.css">
diff --git a/src/core/xsl/main.xsl b/src/core/xsl/main.xsl
index 7b3dd1cc..0451fe52 100644
--- a/src/core/xsl/main.xsl
+++ b/src/core/xsl/main.xsl
@@ -52,7 +52,7 @@
     <xsl:element name="link">
       <xsl:attribute name="rel">stylesheet</xsl:attribute>
       <xsl:attribute name="href">
-        <xsl:value-of select="concat($basepath,'webinterface/${BUILD_NUMBER}/css/weblinkahead.css')"/>
+        <xsl:value-of select="concat($basepath,'webinterface/${BUILD_NUMBER}/css/webcaosdb.css')"/>
       </xsl:attribute>
     </xsl:element>
     <xsl:element name="link">
diff --git a/test/core/index.html b/test/core/index.html
index 4bcb1e12..bab42e26 100644
--- a/test/core/index.html
+++ b/test/core/index.html
@@ -26,7 +26,7 @@
     <meta charset="utf-8" />
     <title>WebLinkAhead Unit Tests</title>
     <link rel="stylesheet" href="css/qunit.css" />
-    <link rel="stylesheet" href="css/weblinkahead.css" />
+    <link rel="stylesheet" href="css/webcaosdb.css" />
     <link rel="stylesheet" href="css/leaflet.css" />
   </head>
   <body>
-- 
GitLab