Author: erwan
Date: Mon Mar 14 10:33:27 2011
New Revision: 1081317

URL: http://svn.apache.org/viewvc?rev=1081317&view=rev
Log:
Removing trailing spaces, no functional changes

Modified:
    ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

Modified: 
ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml?rev=1081317&r1=1081316&r2=1081317&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml 
(original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml Mon 
Mar 14 10:33:27 2011
@@ -238,7 +238,7 @@ under the License.
         </field>
         <!-- ****************************** -->
         <!-- *** Autocomplete dropdown *** -->
-        <!-- ****************************** -->        
+        <!-- ****************************** -->
         <!-- TODO : return only the Id, else you need to edit the field to 
remove the description -->
         <field name="emptyField1" 
title="${uiLabelMap.CommonEmptyHeader}"><display/></field>
         <field name="geoId" title="${uiLabelMap.ExampleAutocompleteDropdown}"
@@ -253,12 +253,12 @@ under the License.
         </field>
         <!-- ****************************** -->
         <!-- ***   Dependent dropdowns  *** -->
-        <!-- ****************************** -->        
+        <!-- ****************************** -->
         <field name="emptyField2" 
title="${uiLabelMap.CommonEmptyHeader}"><display/></field>
         <field name="dependendDropDownFields" 
title="${uiLabelMap.ExampleDependentDropDowns}">
             <display 
description="${uiLabelMap.ExampleDependentDropDownTooltip}"/>
         </field>
-        <field name="stateProvinceGeoId" title="${uiLabelMap.CommonState}" 
widget-style="required"><drop-down allow-empty="false"/></field>                
       
+        <field name="stateProvinceGeoId" title="${uiLabelMap.CommonState}" 
widget-style="required"><drop-down allow-empty="false"/></field>
         <field name="countryGeoId" title="${uiLabelMap.CommonCountry}" 
tooltip="${uiLabelMap.CommonRequired}" widget-style="required">
             <drop-down no-current-selected-key="USA">
                 <entity-options entity-name="Geo" key-field-name="geoId" 
description="${geoName}">


Reply via email to