Author: buscob
Date: Fri Oct 16 22:11:55 2009 New Revision: 826107 URL: http://svn.apache.org/viewvc?rev=826107&view=rev Log: Changed <container style="screenlet"> pattern to <screenlet...>. Modified: ofbiz/trunk/framework/webtools/widget/EntitySyncScreens.xml Modified: ofbiz/trunk/framework/webtools/widget/EntitySyncScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/EntitySyncScreens.xml?rev=826107&r1=826106&r2=826107&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/EntitySyncScreens.xml (original) +++ ofbiz/trunk/framework/webtools/widget/EntitySyncScreens.xml Fri Oct 16 22:11:55 2009 @@ -60,34 +60,12 @@ <container style="button-bar"> <link target="EntitySyncStatus" style="smallSubmit" text="${uiLabelMap.CommonRefresh}"/> </container> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.PageTitleEntitySyncStatus}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="EntitySyncStatus" location="component://webtools/widget/EntitySyncForms.xml"/> - </widgets> - </section> - </container> - </container> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.WebtoolsLoadOfflineData}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="EntitySyncLoadOffline" location="component://webtools/widget/EntitySyncForms.xml"/> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.PageTitleEntitySyncStatus}"> + <include-form name="EntitySyncStatus" location="component://webtools/widget/EntitySyncForms.xml"/> + </screenlet> + <screenlet title="${uiLabelMap.WebtoolsLoadOfflineData}"> + <include-form name="EntitySyncLoadOffline" location="component://webtools/widget/EntitySyncForms.xml"/> + </screenlet> </decorator-section> </decorator-screen> </widgets> |
Free forum by Nabble | Edit this page |