You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/09/30 20:09:49 UTC

svn commit: r580761 - /ofbiz/branches/release4.0/applications/content/widget/CommonScreens.xml

Author: jleroux
Date: Sun Sep 30 11:09:49 2007
New Revision: 580761

URL: http://svn.apache.org/viewvc?rev=580761&view=rev
Log:
Applied fix from trunk for revision: 580760

Modified:
    ofbiz/branches/release4.0/applications/content/widget/CommonScreens.xml

Modified: ofbiz/branches/release4.0/applications/content/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/content/widget/CommonScreens.xml?rev=580761&r1=580760&r2=580761&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/content/widget/CommonScreens.xml (original)
+++ ofbiz/branches/release4.0/applications/content/widget/CommonScreens.xml Sun Sep 30 11:09:49 2007
@@ -34,9 +34,10 @@
                 <set field="layoutSettings.extraHead" value="&lt;link rel=&quot;stylesheet&quot; href=&quot;/content/images/contentForum.css&quot; type=&quot;text/css&quot;/&gt;"/>
                 <!-- <set field="layoutSettings.headerMiddleBackgroundUrl" value="" global="true"/> -->
                 <!-- <set field="layoutSettings.headerRightBackgroundUrl" value="" global="true"/> -->
+                <set field="layoutSettings.javaScripts[]" value="/images/selectall.js" global="true"/>                
                 <set field="activeApp" value="contentmgr" global="true"/>
                 <set field="applicationMenuName" value="ContentAppBar" global="true"/>
-                <set field="applicationMenuLocation" value="component://content/widget/content/ContentMenus.xml" global="true"/>
+                <set field="applicationMenuLocation" value="component://content/widget/content/ContentMenus.xml" global="true"/>                
             </actions>
             <widgets>
                 <include-screen name="GlobalDecorator" location="component://common/widget/CommonScreens.xml"/>