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>


Reply via email to