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 sm...@apache.org on 2006/12/01 10:51:00 UTC

svn commit: r481207 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml

Author: smilek
Date: Fri Dec  1 01:50:59 2006
New Revision: 481207

URL: http://svn.apache.org/viewvc?view=rev&rev=481207
Log:
added desktop.window.icon.path and changed references to jetspeed.desktop.compatibility to jetspeed.common

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml?view=diff&rev=481207&r1=481206&r2=481207
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/headtag.xml Fri Dec  1 01:50:59 2006
@@ -75,7 +75,6 @@
                 </entry>
 
                 <!-- window themes -->
-                <!-- NOTE: each window theme may override any of the "desktop.window.action.*" properties in its windowtheme.js file -->
                 <entry key="desktop.window.theme">
                     <!-- default desktop window theme -->
                     <value>tigris</value>
@@ -138,6 +137,17 @@
                     <value>true</value>
                 </entry>
 
+                <!-- window icons -->
+                <!-- NOTE: each window theme may override any of these properties in its windowtheme.js file -->
+                <entry key="desktop.window.icon.enabled">
+                    <!-- display icon for each window -->
+                    <value>true</value>
+                </entry>
+                <entry key="desktop.window.icon.path">
+                    <!-- path to window icons -->
+                    <value>/images/portlets/small/</value> <!-- /javascript/jetspeed/windowicons/ -->
+                </entry>
+
                 <!-- page actions -->
                 <entry key="desktop.page.action.button.tooltip">
                     <!-- display tooltips for page action buttons -->
@@ -346,7 +356,7 @@
                     <!-- template: dojo.require( "${value}" ); -->
                     <!-- header section: header.dojo.requires.modules -->
                     <list>
-                        <value>jetspeed.desktop.compatibility</value>
+                        <value>jetspeed.common</value>
                     </list>
                 </entry>
                 <entry key="dojo.modules.namespace">



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