Author: hansbak Date: Fri Jul 5 08:04:07 2013 New Revision: 1499927 URL: http://svn.apache.org/r1499927 Log: add screenlet to add accounting company screen
Modified: ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml Modified: ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml?rev=1499927&r1=1499926&r2=1499927&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml Fri Jul 5 08:04:07 2013 @@ -86,7 +86,9 @@ under the License. <widgets> <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> - <include-form name="AddCompany" location="component://accounting/widget/GlSetupForms.xml"/> + <screenlet title="${uiLabelMap.AccountingNewCompany}"> + <include-form name="AddCompany" location="component://accounting/widget/GlSetupForms.xml"/> + </screenlet> </decorator-section> </decorator-screen> </widgets>