You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by rw...@apache.org on 2005/12/07 10:13:51 UTC

svn commit: r354755 - in /portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts: ThemeIE/theme.js ThemeOffice/theme.js ThemePanel/theme.js

Author: rwatler
Date: Wed Dec  7 01:13:47 2005
New Revision: 354755

URL: http://svn.apache.org/viewcvs?rev=354755&view=rev
Log:
correct jscookmenu theme image paths

Modified:
    portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemeIE/theme.js
    portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemeOffice/theme.js
    portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemePanel/theme.js

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemeIE/theme.js
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemeIE/theme.js?rev=354755&r1=354754&r2=354755&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemeIE/theme.js (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemeIE/theme.js Wed Dec  7 01:13:47 2005
@@ -1,5 +1,5 @@
 
-var cmThemeIEBase = 'images/ThemeIE/';
+var cmThemeIEBase = 'decorations/layout/jscookmenu/images/ThemeIE/';
 
 var cmThemeIE =
 {

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemeOffice/theme.js
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemeOffice/theme.js?rev=354755&r1=354754&r2=354755&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemeOffice/theme.js (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemeOffice/theme.js Wed Dec  7 01:13:47 2005
@@ -1,6 +1,6 @@
 
 // directory of where all the images are
-var cmThemeOfficeBase = 'images/ThemeOffice/';
+var cmThemeOfficeBase = 'decorations/layout/jscookmenu/images/ThemeOffice/';
 
 var cmThemeOffice =
 {

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemePanel/theme.js
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemePanel/theme.js?rev=354755&r1=354754&r2=354755&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemePanel/theme.js (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/layout/jscookmenu/scripts/ThemePanel/theme.js Wed Dec  7 01:13:47 2005
@@ -1,6 +1,6 @@
 
 // directory of where all the images are
-var cmThemePanelBase = 'images/ThemePanel/';
+var cmThemePanelBase = 'decorations/layout/jscookmenu/images/ThemePanel/';
 
 var cmThemePanel =
 {



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org