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

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

Author: buscob
Date: Wed Dec 30 13:46:13 2009
New Revision: 894613

URL: http://svn.apache.org/viewvc?rev=894613&view=rev
Log:
Used the new if-empty-section condition tag

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?rev=894613&r1=894612&r2=894613&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonScreens.xml Wed Dec 30 13:46:13 2009
@@ -250,7 +250,7 @@
                         <platform-specific><html><html-template location="${messagesTemplateLocation}"/></html></platform-specific>
                         <section>
                             <condition>
-                                <not><if-empty field="sections.body"/></not>
+                                <not><if-empty-section section-name="body"/></not>
                             </condition>
                             <widgets>
                                 <decorator-section-include name="body"/>