You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/12/30 21:04:54 UTC

svn commit: r894703 - /ofbiz/trunk/applications/workeffort/widget/CommonScreens.xml

Author: jaz
Date: Wed Dec 30 20:04:54 2009
New Revision: 894703

URL: http://svn.apache.org/viewvc?rev=894703&view=rev
Log:
reverted screen include back to ApplicationDecorator (from SingleColumnDecorator) to get the workeffort app running again (broken in rev 894330)

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

Modified: ofbiz/trunk/applications/workeffort/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/CommonScreens.xml?rev=894703&r1=894702&r2=894703&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/CommonScreens.xml Wed Dec 30 20:04:54 2009
@@ -46,7 +46,7 @@
                 <set field="applicationTitle" value="${uiLabelMap.WorkEffortManagerApplication}" global="true"/>
             </actions>
             <widgets>
-                <include-screen name="SingleColumnDecorator" location="component://commonext/widget/CommonScreens.xml"/>
+                <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/>
             </widgets>
         </section>
     </screen>