svn commit: r826473 - /ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml

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

svn commit: r826473 - /ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml

buscob
Author: buscob
Date: Sun Oct 18 17:37:47 2009
New Revision: 826473

URL: http://svn.apache.org/viewvc?rev=826473&view=rev
Log:
Changed <container style="screenlet"> pattern to <screenlet...>.

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml?rev=826473&r1=826472&r2=826473&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml Sun Oct 18 17:37:47 2009
@@ -166,9 +166,9 @@
                             <widgets>
                                 <screenlet title="${uiLabelMap.OrderRequirementsList}">
                                     <include-form name="ApprovedProductRequirements" location="component://order/webapp/ordermgr/requirement/RequirementForms.xml"/>
-                                    <container style="screenlet">
+                                    <screenlet>
                                         <include-form name="ApprovedProductRequirementsSummary" location="component://order/webapp/ordermgr/requirement/RequirementForms.xml"/>
-                                    </container>
+                                    </screenlet>
                                     <include-form name="ApprovedProductRequirementsSubmit" location="component://order/webapp/ordermgr/requirement/RequirementForms.xml"/>
                                 </screenlet>
                             </widgets>