modify assets path in file manager templates

This commit is contained in:
Daniel Seifert 2024-12-04 11:46:26 +01:00
parent 0673841d60
commit be0e66bd34
2 changed files with 16 additions and 16 deletions

View File

@ -23,15 +23,15 @@
Contact: Lyubomir Arsov, liubo (at) web-lobby.com Contact: Lyubomir Arsov, liubo (at) web-lobby.com
--> -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base href='[{$oViewConf->getModuleUrl("o3-tinymce-editor","Application/fileman/")}]'> <base href='[{$oViewConf->getModuleUrl("o3-tinymce-editor","out/fileman/")}]'>
<title>Roxy File Manager</title> <title>Roxy File Manager</title>
<link href='[{$oViewConf->getModuleUrl("o3-tinymce-editor","Application/fileman/css/jquery-ui-1.10.4.custom.min.css")}]' rel="stylesheet" type="text/css" /> <link href='[{$oViewConf->getModuleUrl("o3-tinymce-editor","out/fileman/css/jquery-ui-1.10.4.custom.min.css")}]' rel="stylesheet" type="text/css" />
<link href='[{$oViewConf->getModuleUrl("o3-tinymce-editor","Application/fileman/css/main.min.css")}]' rel="stylesheet" type="text/css" /> <link href='[{$oViewConf->getModuleUrl("o3-tinymce-editor","out/fileman/css/main.min.css")}]' rel="stylesheet" type="text/css" />
<script type="text/javascript" src='[{$oViewConf->getModuleUrl("o3-tinymce-editor","Application/fileman/js/jquery-1.11.1.min.js")}]'></script> <script type="text/javascript" src='[{$oViewConf->getModuleUrl("o3-tinymce-editor","out/fileman/js/jquery-1.11.1.min.js")}]'></script>
<script type="text/javascript" src='[{$oViewConf->getModuleUrl("o3-tinymce-editor","Application/fileman/js/jquery-ui-1.10.4.custom.min.js")}]'></script> <script type="text/javascript" src='[{$oViewConf->getModuleUrl("o3-tinymce-editor","out/fileman/js/jquery-ui-1.10.4.custom.min.js")}]'></script>
<script type="text/javascript" src='[{$oViewConf->getModuleUrl("o3-tinymce-editor","Application/fileman/js/custom.js")}]'></script> <script type="text/javascript" src='[{$oViewConf->getModuleUrl("o3-tinymce-editor","out/fileman/js/custom.js")}]'></script>
<script type="text/javascript" src='[{$oViewConf->getModuleUrl("o3-tinymce-editor","Application/fileman/js/main.min.js")}]'></script> <script type="text/javascript" src='[{$oViewConf->getModuleUrl("o3-tinymce-editor","out/fileman/js/main.min.js")}]'></script>
<script type="text/javascript" src='[{$oViewConf->getModuleUrl("o3-tinymce-editor","Application/fileman/js/jquery-dateFormat.min.js")}]'></script> <script type="text/javascript" src='[{$oViewConf->getModuleUrl("o3-tinymce-editor","out/fileman/js/jquery-dateFormat.min.js")}]'></script>
</head> </head>
<body> <body>
<style> <style>

View File

@ -23,15 +23,15 @@
Contact: Lyubomir Arsov, liubo (at) web-lobby.com Contact: Lyubomir Arsov, liubo (at) web-lobby.com
--> -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base href='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "Application/fileman/") }}'> <base href='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "out/fileman/") }}'>
<title>Roxy File Manager</title> <title>Roxy File Manager</title>
<link href='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "Application/fileman/css/jquery-ui-1.10.4.custom.min.css") }}' rel="stylesheet" type="text/css" /> <link href='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "out/fileman/css/jquery-ui-1.10.4.custom.min.css") }}' rel="stylesheet" type="text/css" />
<link href='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "Application/fileman/css/main.min.css") }}' rel="stylesheet" type="text/css" /> <link href='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "out/fileman/css/main.min.css") }}' rel="stylesheet" type="text/css" />
<script type="text/javascript" src='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "Application/fileman/js/jquery-1.11.1.min.js") }}'></script> <script type="text/javascript" src='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "out/fileman/js/jquery-1.11.1.min.js") }}'></script>
<script type="text/javascript" src='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "Application/fileman/js/jquery-ui-1.10.4.custom.min.js") }}'></script> <script type="text/javascript" src='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "out/fileman/js/jquery-ui-1.10.4.custom.min.js") }}'></script>
<script type="text/javascript" src='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "Application/fileman/js/custom.js") }}'></script> <script type="text/javascript" src='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "out/fileman/js/custom.js") }}'></script>
<script type="text/javascript" src='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "Application/fileman/js/main.min.js") }}'></script> <script type="text/javascript" src='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "out/fileman/js/main.min.js") }}'></script>
<script type="text/javascript" src='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "Application/fileman/js/jquery-dateFormat.min.js") }}'></script> <script type="text/javascript" src='{{ oViewConf.getModuleUrl("o3-tinymce-editor", "out/fileman/js/jquery-dateFormat.min.js") }}'></script>
</head> </head>
<body> <body>
<style> <style>