Author: jleroux
Date: Thu May 14 15:49:57 2015
New Revision: 1679394

URL: http://svn.apache.org/r1679394
Log:
No functional changes,fixes a typo and remove trailing blanks

Modified:
    
ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml

Modified: 
ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml?rev=1679394&r1=1679393&r2=1679394&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml 
(original)
+++ 
ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleScreens.xml 
Thu May 14 15:49:57 2015
@@ -53,7 +53,7 @@ under the License.
                                         <link 
target="http://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml";
 url-mode="plain" target-window="svnPage" 
text="${uiLabelMap.ExampleDefinitionFileTooltip}" style="buttontext"/>
                                     </container>
                                     <section>
-                                        <actions>                              
              
+                                        <actions>
                                             <!-- fields for 
setDependentDropdownValuesJs.ftl, it's a try on generalization, 
                                                 if you need an example with 
more than one dropdown in a form have a look at 
                                                 EditProductPriceRules screen 
in PriceScreens.xml-->
@@ -68,7 +68,7 @@ under the License.
                                             <set 
field="selectedDependentOption" from-field="postalAddress.stateProvinceGeoId" 
default-value="_none_"/><!-- postalAddress.stateProvinceGeoId does not make 
much sense here, only to get the idea -->
                                             <set field="focusFieldName" 
value="DateTimeFieldsExampleForm_field1_i18n"/>
                                             
-                                            <!-- asmslect parameters, must be 
prefixed by asm_ for setMultipleSelectJs.ftl -->
+                                            <!-- asmselect parameters, must be 
prefixed by asm_ for setMultipleSelectJs.ftl -->
                                             <set 
field="asm_multipleSelectForm" value="DropDownMultipleFieldExampleForm"/>
                                             <set field="asm_multipleSelect"  
value="DropDownMultipleFieldExampleForm_countryGeoIdMultiple"/>
                                             <set field="asm_formSize" 
value="600"/>
@@ -83,7 +83,7 @@ under the License.
                                         </widgets>
                                     </section>
                                 </container>
-                                <container style="screenlet-body">             
                       
+                                <container style="screenlet-body">
                                     <container style="button-bar"><label 
style="h2">${uiLabelMap.ExampleLookupFieldsTitle}</label></container>
                                         <container style="screenlet-body">
                                             <label 
style="h3">${uiLabelMap.ExampleSourceCode}</label>


Reply via email to