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

svn commit: r521911 - /ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml

Author: ruppert
Date: Fri Mar 23 14:41:43 2007
New Revision: 521911

URL: http://svn.apache.org/viewvc?view=rev&rev=521911
Log:
Cleaned up an old artifact that I left in the main decorator definition while moving around the javascript imports

Modified:
    ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml

Modified: ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml?view=diff&rev=521911&r1=521910&r2=521911
==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml Fri Mar 23 14:41:43 2007
@@ -38,7 +38,7 @@
                 <set field="layoutSettings.shortcutIcon" value="/images/ofbiz.ico" global="true"/>
 
                 <!-- The default (main) java scripts -->
-                <!-- NOTE: this should be included on each screen that uses it to avoid including it in all screens: <set field="layoutSettings.javaScripts[]" value="/images/dojo/dojo.js" global="true"/> -->
+                <!-- NOTE: this should be included on each screen that uses it to avoid including it in all screens: -->
                 <set field="layoutSettings.javaScripts[+0]" value="/images/fieldlookup.js" global="true"/>
                 <set field="layoutSettings.javaScripts[+0]" value="/images/selectall.js" global="true"/>
                 <set field="layoutSettings.javaScripts[+0]" value="/images/calendar1.js" global="true"/>