[otrs-cvs] otrs/Kernel/Output/HTML/Standard FooterJS.dtl, 1.36, 1.37 HTMLHead.dtl, 1.17, 1.18

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv15700/Kernel/Output/HTML/Standard

Modified Files:
	FooterJS.dtl HTMLHead.dtl 
Log Message:
Fixed loader to allow CSS and JS files in subdirectories.

Author: mg

Index: FooterJS.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/FooterJS.dtl,v
retrieving revision 1.36
retrieving revision 1.37
diff -2 -u -d -r1.36 -r1.37
--- FooterJS.dtl	20 Nov 2012 15:26:24 -0000	1.36
+++ FooterJS.dtl	10 Dec 2012 14:31:06 -0000	1.37
@@ -11,9 +11,9 @@
 
 <!-- dtl:block:CommonJS -->
-<script type="text/javascript" src="$Config{"Frontend::JavaScriptPath"}$QData{"JSDirectory"}$QData{"Filename"}"></script>
+<script type="text/javascript" src="$Config{"Frontend::JavaScriptPath"}$Data{"JSDirectory"}$Data{"Filename"}"></script>
 <!-- dtl:block:CommonJS -->
 
 <!-- dtl:block:ModuleJS -->
-<script type="text/javascript" src="$Config{"Frontend::JavaScriptPath"}$QData{"JSDirectory"}$QData{"Filename"}"></script>
+<script type="text/javascript" src="$Config{"Frontend::JavaScriptPath"}$Data{"JSDirectory"}$Data{"Filename"}"></script>
 <!-- dtl:block:ModuleJS -->
 

Author: mg

Index: HTMLHead.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/HTMLHead.dtl,v
retrieving revision 1.17
retrieving revision 1.18
diff -2 -u -d -r1.17 -r1.18
--- HTMLHead.dtl	20 Nov 2012 15:26:35 -0000	1.17
+++ HTMLHead.dtl	10 Dec 2012 14:31:06 -0000	1.18
@@ -46,10 +46,10 @@
 
 <!-- dtl:block:CommonCSS -->
-    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$LQData{"CSSDirectory"}/$LQData{"Filename"}" />
+    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$Data{"CSSDirectory"}/$Data{"Filename"}" />
 <!-- dtl:block:CommonCSS -->
 
 <!-- dtl:block:CommonCSS_IE7 -->
 <!--[if IE 7]>
-    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$LQData{"CSSDirectory"}/$LQData{"Filename"}" />
+    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$Data{"CSSDirectory"}/$Data{"Filename"}" />
     <![endif]-->
 <!-- dtl:block:CommonCSS_IE7 -->
@@ -57,15 +57,15 @@
 <!-- dtl:block:CommonCSS_IE8 -->
 <!--[if IE 8]>
-    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$LQData{"CSSDirectory"}/$LQData{"Filename"}" />
+    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$Data{"CSSDirectory"}/$Data{"Filename"}" />
     <![endif]-->
 <!-- dtl:block:CommonCSS_IE8 -->
 
 <!-- dtl:block:ModuleCSS -->
-    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$LQData{"CSSDirectory"}/$LQData{"Filename"}" />
+    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$Data{"CSSDirectory"}/$Data{"Filename"}" />
 <!-- dtl:block:ModuleCSS -->
 
 <!-- dtl:block:ModuleCSS_IE7 -->
 <!--[if IE 7]>
-    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$LQData{"CSSDirectory"}/$LQData{"Filename"}" />
+    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$Data{"CSSDirectory"}/$Data{"Filename"}" />
     <![endif]-->
 <!-- dtl:block:ModuleCSS_IE7 -->
@@ -73,5 +73,5 @@
 <!-- dtl:block:ModuleCSS_IE8 -->
 <!--[if IE 7]>
-    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$LQData{"CSSDirectory"}/$LQData{"Filename"}" />
+    <link rel="stylesheet" type="text/css" href="$Config{"Frontend::WebPath"}skins/Agent/$LQData{"Skin"}/$Data{"CSSDirectory"}/$Data{"Filename"}" />
     <![endif]-->
 <!-- dtl:block:ModuleCSS_IE8 -->
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.