Filebrowser: editorbrowser still links to css/core.css

A place to report and discuss bugs - please mention CMSimple-version, server, platform and browser version
Post Reply
cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Filebrowser: editorbrowser still links to css/core.css

Post by cmb » Mon Dec 22, 2014 11:07 pm

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
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

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

Post by cmb » Sun Dec 28, 2014 5:14 pm

Done (r1420).
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply