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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

buscob
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"/>