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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]