Author: buscob
Date: Wed Oct 7 22:24:52 2009 New Revision: 822940 URL: http://svn.apache.org/viewvc?rev=822940&view=rev Log: Changed <container style="screenlet"> pattern to <screenlet...>. Modified: ofbiz/trunk/framework/webtools/widget/LogScreens.xml ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml Modified: ofbiz/trunk/framework/webtools/widget/LogScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/LogScreens.xml?rev=822940&r1=822939&r2=822940&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/LogScreens.xml (original) +++ ofbiz/trunk/framework/webtools/widget/LogScreens.xml Wed Oct 7 22:24:52 2009 @@ -56,48 +56,15 @@ <widgets> <decorator-screen name="log-decorator"> <decorator-section name="body"> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.WebtoolsDebuggingLevelFormDescription}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="LevelSwitch" location="component://webtools/webapp/webtools/log/LogForms.xml"/> - </widgets> - </section> - </container> - </container> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.WebtoolsAddLoggerFormDescription}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="AddLogger" location="component://webtools/webapp/webtools/log/LogForms.xml"/> - </widgets> - </section> - </container> - </container> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.WebtoolsLoggerListFormDescription}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="LoggerList" location="component://webtools/webapp/webtools/log/LogForms.xml"/> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.WebtoolsDebuggingLevelFormDescription}"> + <include-form name="LevelSwitch" location="component://webtools/webapp/webtools/log/LogForms.xml"/> + </screenlet> + <screenlet title="${uiLabelMap.WebtoolsAddLoggerFormDescription}"> + <include-form name="AddLogger" location="component://webtools/webapp/webtools/log/LogForms.xml"/> + </screenlet> + <screenlet title="${uiLabelMap.WebtoolsLoggerListFormDescription}"> + <include-form name="LoggerList" location="component://webtools/webapp/webtools/log/LogForms.xml"/> + </screenlet> </decorator-section> </decorator-screen> </widgets> @@ -117,29 +84,18 @@ <widgets> <decorator-screen name="log-decorator"> <decorator-section name="body"> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.WebtoolsViewLog}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <container style="button-bar"> - <link target="LogView" text="${uiLabelMap.CommonRefresh}" style="buttontext"/> - </container> - <container style="button-bar"> - <label style="label">${uiLabelMap.WebtoolsLogFileName}:</label> - <label>${logFileName}</label> - </container> - <platform-specific> - <html><html-template location="component://webtools/webapp/webtools/log/logContent.ftl"/></html> - </platform-specific> - </widgets> - </section> - </container> - </container> + <screenlet title="${uiLabelMap.WebtoolsViewLog}"> + <container style="button-bar"> + <link target="LogView" text="${uiLabelMap.CommonRefresh}" style="buttontext"/> + </container> + <container style="button-bar"> + <label style="label">${uiLabelMap.WebtoolsLogFileName}:</label> + <label>${logFileName}</label> + </container> + <platform-specific> + <html><html-template location="component://webtools/webapp/webtools/log/logContent.ftl"/></html> + </platform-specific> + </screenlet> </decorator-section> </decorator-screen> </widgets> Modified: ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml?rev=822940&r1=822939&r2=822940&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml (original) +++ ofbiz/trunk/framework/webtools/widget/ServiceScreens.xml Wed Oct 7 22:24:52 2009 @@ -122,21 +122,9 @@ <widgets> <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <container style="h3"> - <label text="${uiLabelMap.WebtoolsStep1ServiceAndRecurrenceInfo}"/> - </container> - </container> - <container style="screenlet-body"> - <section> - <widgets> - <include-form name="scheduleJob" location="component://webtools/webapp/webtools/service/ServiceForms.xml"/> - </widgets> - </section> - </container> - </container> - + <screenlet title="${uiLabelMap.WebtoolsStep1ServiceAndRecurrenceInfo}"> + <include-form name="scheduleJob" location="component://webtools/webapp/webtools/service/ServiceForms.xml"/> + </screenlet> </decorator-section> </decorator-screen> </widgets> @@ -153,14 +141,9 @@ <widgets> <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <label style="h3">${uiLabelMap.PageTitleRunService}</label> - </container> - <container style="screenlet-body"> - <include-form name="runService" location="component://webtools/webapp/webtools/service/ServiceForms.xml"/> - </container> - </container> + <screenlet title="${uiLabelMap.PageTitleRunService}"> + <include-form name="runService" location="component://webtools/webapp/webtools/service/ServiceForms.xml"/> + </screenlet> </decorator-section> </decorator-screen> </widgets> @@ -177,16 +160,11 @@ <widgets> <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <label style="h3">${uiLabelMap.WebtoolsStep2ServiceParameters}</label> - </container> - <container style="screenlet-body"> - <platform-specific> - <html><html-template location="component://webtools/webapp/webtools/service/setServiceParameter.ftl"/></html> - </platform-specific> - </container> - </container> + <screenlet title="${uiLabelMap.WebtoolsStep2ServiceParameters}"> + <platform-specific> + <html><html-template location="component://webtools/webapp/webtools/service/setServiceParameter.ftl"/></html> + </platform-specific> + </screenlet> </decorator-section> </decorator-screen> </widgets> @@ -204,16 +182,11 @@ <widgets> <decorator-screen name="CommonServiceDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> - <container style="screenlet"> - <container style="screenlet-title-bar"> - <label style="h3">${uiLabelMap.PageTitleScheduleJob}</label> - </container> - <container style="screenlet-body"> - <platform-specific> - <html><html-template location="component://webtools/webapp/webtools/service/setServiceParameter.ftl"/></html> - </platform-specific> - </container> - </container> + <screenlet title="${uiLabelMap.PageTitleScheduleJob}"> + <platform-specific> + <html><html-template location="component://webtools/webapp/webtools/service/setServiceParameter.ftl"/></html> + </platform-specific> + </screenlet> </decorator-section> </decorator-screen> </widgets> |
Free forum by Nabble | Edit this page |