Page 1 of 1

Filebrowser: editorbrowser still links to css/core.css

Posted: Mon Dec 22, 2014 11:07 pm
by cmb
Hello Community,

the template of the "editorbrowser" of the standard Filebrowser still links to css/core.css, which has been moved to core/css/core.css in CMSimple_XH 1.6.1.

Apparently, this file is not strictly needed (otherwise it would have had already noticed), but to stay on the save side, I suggest that we simply fix the broken link for XH 1.6.5:

Code: Select all

Index: tpl/editorbrowser.html
===================================================================
--- tpl/editorbrowser.html	(revision 3)
+++ tpl/editorbrowser.html	(working copy)
@@ -12,7 +12,7 @@
     <head>
         <title>Filebrowser</title>
         <link rel="stylesheet" href="./css/stylesheet.css" type="text/css" />
-        <link rel="stylesheet" href="../../css/core.css" type="text/css" />
+        <link rel="stylesheet" href="../../core/css/core.css" type="text/css" />
         <style type="text/css">body {padding: 0; margin: 0; overflow: auto;}</style>
 
         %SCRIPT%
Christoph

Re: Filebrowser: editorbrowser still links to css/core.css

Posted: Sun Dec 28, 2014 5:14 pm
by cmb
Done (r1420).