Author: buscob
Date: Sat Oct 17 15:08:23 2009 New Revision: 826267 URL: http://svn.apache.org/viewvc?rev=826267&view=rev Log: Changed <container style="screenlet"> pattern to <screenlet...>. Modified: ofbiz/trunk/applications/commonext/widget/ofbizsetup/CommonScreens.xml ofbiz/trunk/applications/commonext/widget/ofbizsetup/ProfileScreens.xml ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml Modified: ofbiz/trunk/applications/commonext/widget/ofbizsetup/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/ofbizsetup/CommonScreens.xml?rev=826267&r1=826266&r2=826267&view=diff ============================================================================== --- ofbiz/trunk/applications/commonext/widget/ofbizsetup/CommonScreens.xml (original) +++ ofbiz/trunk/applications/commonext/widget/ofbizsetup/CommonScreens.xml Sat Oct 17 15:08:23 2009 @@ -123,22 +123,11 @@ <widgets> <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.PageTitleEntityExportAll}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <platform-specific> - <html><html-template location="component://webtools/webapp/webtools/entity/EntityExportAll.ftl"/></html> - </platform-specific> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.PageTitleEntityExportAll}"> + <platform-specific> + <html><html-template location="component://webtools/webapp/webtools/entity/EntityExportAll.ftl"/></html> + </platform-specific> + </screenlet> </decorator-section> </decorator-screen> </widgets> Modified: ofbiz/trunk/applications/commonext/widget/ofbizsetup/ProfileScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/ofbizsetup/ProfileScreens.xml?rev=826267&r1=826266&r2=826267&view=diff ============================================================================== --- ofbiz/trunk/applications/commonext/widget/ofbizsetup/ProfileScreens.xml (original) +++ ofbiz/trunk/applications/commonext/widget/ofbizsetup/ProfileScreens.xml Sat Oct 17 15:08:23 2009 @@ -62,20 +62,9 @@ <include-screen name="Contact"/> </widgets> <fail-widgets> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.PartyCreateNewCustomer}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="NewCustomer" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.PartyCreateNewCustomer}"> + <include-form name="NewCustomer" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> + </screenlet> </fail-widgets> </section> </widgets> @@ -278,20 +267,9 @@ <widgets> <decorator-screen name="CommonSetupDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.SetupEditOrganizationInformation}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="EditPartyGroup" location="component://party/webapp/partymgr/party/PartyForms.xml"/> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.SetupEditOrganizationInformation}"> + <include-form name="EditPartyGroup" location="component://party/webapp/partymgr/party/PartyForms.xml"/> + </screenlet> </decorator-section> </decorator-screen> </widgets> @@ -313,20 +291,9 @@ <widgets> <decorator-screen name="CommonSetupDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.PageTitleEditPersonalInformation}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="EditCustomer" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.PageTitleEditPersonalInformation}"> + <include-form name="EditCustomer" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> + </screenlet> </decorator-section> </decorator-screen> </widgets> Modified: ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml?rev=826267&r1=826266&r2=826267&view=diff ============================================================================== --- ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml (original) +++ ofbiz/trunk/applications/commonext/widget/ofbizsetup/SetupScreens.xml Sat Oct 17 15:08:23 2009 @@ -40,34 +40,12 @@ <if-has-permission permission="PARTYMGR" action="_CREATE"/> </condition> <widgets> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.AccountingAvailableInternalOrganizations}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="ListOrganizations" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> - </widgets> - </section> - </container> - </container> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.SetupCreateNewOrganization}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="NewOrganization" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.AccountingAvailableInternalOrganizations}"> + <include-form name="ListOrganizations" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> + </screenlet> + <screenlet title="${uiLabelMap.SetupCreateNewOrganization}"> + <include-form name="NewOrganization" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> + </screenlet> </widgets> <fail-widgets> <label style="h3">${uiLabelMap.PartyMgrCreatePermissionError}</label> @@ -151,20 +129,9 @@ </container> </widgets> </section> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.SetupEditProductStore}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="EditProductStore" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.SetupEditProductStore}"> + <include-form name="EditProductStore" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> + </screenlet> </widgets> <fail-widgets> <section> @@ -211,20 +178,9 @@ </section> <section> <widgets> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.PageTitleEditWebSite}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="EditWebSite" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.PageTitleEditWebSite}"> + <include-form name="EditWebSite" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> + </screenlet> </widgets> </section> </widgets> @@ -266,20 +222,9 @@ <label style="h1">${uiLabelMap.ProductCatalog} ${uiLabelMap.CommonFor} "${prodCatalog.catalogName}" [${prodCatalogId}]</label> </container> <container style="clear"/> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.PageTitleEditProductCatalog}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="EditProdCatalog" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.PageTitleEditProductCatalog}"> + <include-form name="EditProdCatalog" location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> + </screenlet> </widgets> </section> </decorator-section> |
Free forum by Nabble | Edit this page |