You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/04/27 12:38:43 UTC

svn commit: r533055 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Author: jacopoc
Date: Fri Apr 27 03:38:43 2007
New Revision: 533055

URL: http://svn.apache.org/viewvc?view=rev&rev=533055
Log:
Small ui improvements to the ProductGeo screen.

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?view=diff&rev=533055&r1=533054&r2=533055
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Fri Apr 27 03:38:43 2007
@@ -1049,11 +1049,10 @@
     </form>
 
     <!-- create and update a ProductGeo -->
-    <form name="AddProductGeo" type="single" target="createProductGeo" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddProductGeo" type="single" target="createProductGeo" title="">
         <auto-fields-service service-name="createProductGeo" />
-        <field name="productId"><display also-hidden="true"/></field>
-        <field name="geoId" widget-style="selectBox">
+        <field name="productId"><hidden/></field>
+        <field name="geoId">
             <drop-down allow-empty="false">
                 <entity-options entity-name="Geo" key-field-name="geoId" description="${geoName}">
                     <entity-order-by field-name="geoTypeId"/>
@@ -1061,7 +1060,7 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field name="productGeoEnumId" widget-style="selectBox">
+        <field name="productGeoEnumId">
             <drop-down allow-empty="false">
                 <entity-options entity-name="Enumeration" description="${description}" key-field-name="enumId">
                     <entity-constraint name="enumTypeId" operator="equals" value="PROD_GEO"/>
@@ -1070,19 +1069,18 @@
             </drop-down>
         </field>
         <field name="description"><text size="20" /></field>
-        <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
+        <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field>
     </form>
-    <form name="ListProductGeos" type="list" list-name="productGeos" target="updateProductGeo"
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="ListProductGeos" type="list" list-name="productGeos" target="updateProductGeo">
         <actions>
             <entity-condition entity-name="ProductGeo">
                 <condition-expr field-name="productId" env-name="productId"/>
             </entity-condition>
         </actions>
         <auto-fields-service service-name="updateProductGeo"/>
-        <field name="productId"><display also-hidden="true"/></field>
+        <field name="productId"><hidden/></field>
         <field name="geoId"><display also-hidden="true"/></field>
-        <field name="productGeoEnumId" widget-style="selectBox">
+        <field name="productGeoEnumId">
             <drop-down allow-empty="false">
                 <entity-options entity-name="Enumeration" description="${description}" key-field-name="enumId">
                     <entity-constraint name="enumTypeId" operator="equals" value="PROD_GEO"/>
@@ -1095,7 +1093,7 @@
             <hyperlink target="deleteProductGeo?productId=${productId}&amp;geoId=${geoId}"
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
-        <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
+        <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
     </form>
 
     <form name="AddProductFeatureApplAttr" type="single" target="createProductFeatureApplAttr" title=""