Author: jleroux
Date: Thu Sep 23 21:31:25 2010
New Revision: 1000638

URL: http://svn.apache.org/viewvc?rev=1000638&view=rev
Log:
I had reversed the 2 events

Modified:
    ofbiz/trunk/framework/webtools/widget/GeoManagementForms.xml

Modified: ofbiz/trunk/framework/webtools/widget/GeoManagementForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/GeoManagementForms.xml?rev=1000638&r1=1000637&r2=1000638&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/GeoManagementForms.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/GeoManagementForms.xml Thu Sep 23 
21:31:25 2010
@@ -69,9 +69,7 @@
     
     <form name="LinkGeos" type="single" target="linkGeos" title="" 
focus-field-name="geoId" 
         header-row-style="header-row" default-table-style="basic-table">
-        <field name="geoIds" title="${uiLabelMap.CommonGeos}"
-            event="onFocus" 
-            action="typeValue = 
$('${typeField}');selectMultipleRelatedValues('${requestName}', '${paramKey}', 
'${relatedField}', '${multipleSelect}', '${type}', typeValue, 
'${responseName}');">
+        <field name="geoIds" title="${uiLabelMap.CommonGeos}">
             <drop-down allow-multiple="true">
                 <entity-options entity-name="Geo" key-field-name="geoId" 
description="${geoName}">
                     <!--entity-constraint name="geoTypeId" operator="equals" 
value="COUNTRY"/--><!-- useful at least to test, else it's long... -->
@@ -89,7 +87,9 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field name="geoId" title="${uiLabelMap.CommonGeo}">
+        <field name="geoId" title="${uiLabelMap.CommonGeo}"
+            event="onFocus" 
+            action="typeValue = 
$('${typeField}');selectMultipleRelatedValues('${requestName}', '${paramKey}', 
'${relatedField}', '${multipleSelect}', '${type}', typeValue, 
'${responseName}');">            
             <drop-down>
                 <entity-options entity-name="Geo" key-field-name="geoId" 
description="${geoName}">
                     <entity-order-by field-name="geoName"/>


Reply via email to