[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-122-g23b07fe

Emannuel Lacour elacour at bestpractical.com
Wed Oct 6 05:02:23 EDT 2010


The branch, 3.9-trunk has been updated
       via  23b07fe389547e331063667af87d4dcffa6ed46c (commit)
      from  0f058797e520707993381a96d14f46279be9dbb0 (commit)

Summary of changes:
 share/html/Admin/Global/Theme.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 23b07fe389547e331063667af87d4dcffa6ed46c
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Wed Oct 6 11:04:30 2010 +0200

    Add missing WebPath to load farbtastic js when RT root is not /

diff --git a/share/html/Admin/Global/Theme.html b/share/html/Admin/Global/Theme.html
index bbb4757..15baa2e 100644
--- a/share/html/Admin/Global/Theme.html
+++ b/share/html/Admin/Global/Theme.html
@@ -54,7 +54,7 @@
     Title => loc("Theme") &>
 <& /Elements/ListActions, actions => \@results &>
 
-<script type="text/javascript" src="/NoAuth/js/farbtastic.js"></script>
+<script type="text/javascript" src="<%RT->Config->Get('WebPath')%>/NoAuth/js/farbtastic.js"></script>
 <style type="text/css" media="screen" id="test"></style>
 
 <div id="simple-customize">

-----------------------------------------------------------------------


More information about the Rt-commit mailing list