Author: mrisaliti
Date: Mon Feb 4 08:31:15 2008 New Revision: 618317 URL: http://svn.apache.org/viewvc?rev=618317&view=rev Log: All the Google Base forms (ftl/widgets screen) has now the same look and feel (Part of issue OFBIZ-1615) Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml?rev=618317&r1=618316&r2=618317&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml Mon Feb 4 08:31:15 2008 @@ -20,7 +20,8 @@ <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> - <form name="ProductsExportToGoogle" type="single" target="searchExportProductListToGoogle"> + <form name="ProductsExportToGoogle" type="single" target="searchExportProductListToGoogle" + header-row-style="header-row" default-table-style="basic-table"> <field name="selectResult"><hidden/></field> <field name="countryCode" tooltip="${uiLabelMap.GoogleBaseExportCountryCode}"> <drop-down no-current-selected-key="US"> @@ -64,4 +65,4 @@ </field> <field name="submitButton" title="${uiLabelMap.GoogleBaseExportToGoogle}"><submit button-type="button"/></field> </form> -</forms> +</forms> \ No newline at end of file Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml?rev=618317&r1=618316&r2=618317&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml (original) +++ ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseScreens.xml Mon Feb 4 08:31:15 2008 @@ -212,8 +212,20 @@ <widgets> <decorator-screen name="CommonProductDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> - <include-form name="EditProduct" location="component://product/webapp/catalog/product/ProductForms.xml"/> - + <container style="screenlet"> + <container style="screenlet-title-bar"> + <container style="head3"> + <label text="${uiLabelMap.PageTitleEditProduct}"/> + </container> + </container> + <container style="screenlet-body"> + <section> + <widgets> + <include-form name="EditProduct" location="component://product/webapp/catalog/product/ProductForms.xml"/> + </widgets> + </section> + </container> + </container> <!-- include the duplicate product form template --> <platform-specific> <html><html-template location="component://product/webapp/catalog/product/EditProductDupForm.ftl"/></html> @@ -223,4 +235,4 @@ </widgets> </section> </screen> -</screens> +</screens> \ No newline at end of file |
Free forum by Nabble | Edit this page |