You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2007/02/23 03:16:36 UTC

svn commit: r510763 - /ofbiz/trunk/framework/common/widget/CommonScreens.xml

Author: hansbak
Date: Thu Feb 22 18:16:35 2007
New Revision: 510763

URL: http://svn.apache.org/viewvc?view=rev&rev=510763
Log:
misplaced </action> tag: corrected

Modified:
    ofbiz/trunk/framework/common/widget/CommonScreens.xml

Modified: ofbiz/trunk/framework/common/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonScreens.xml?view=diff&rev=510763&r1=510762&r2=510763
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Thu Feb 22 18:16:35 2007
@@ -188,13 +188,13 @@
             <actions>
                 <!-- The default (global) stylesheet -->
                 <set field="layoutSettings.styleSheets[+0]" value="/images/maincss.css" global="true"/>
-            </actions>
                 <!-- The default (global) java scripts -->
                 <set field="layoutSettings.javaScripts[]" value="/images/calendar1.js" global="true"/>
                 <set field="layoutSettings.javaScripts[]" value="/images/selectall.js" global="true"/>
                 <set field="layoutSettings.javaScripts[]" value="/images/fieldlookup.js" global="true"/>
                 <!-- The default (global) shortcut icon -->
                 <set field="layoutSettings.shortcutIcon" value="/images/ofbiz.ico" global="true"/>
+            </actions>
             <widgets>
                 <!-- render header -->
                 <platform-specific><html><html-template location="component://common/webcommon/includes/simple.ftl"/></html></platform-specific>