svn commit: r996681 - in /ofbiz/branches/jquery/framework: common/webcommon/WEB-INF/common-controller.xml webtools/widget/GeoManagementForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r996681 - in /ofbiz/branches/jquery/framework: common/webcommon/WEB-INF/common-controller.xml webtools/widget/GeoManagementForms.xml

jleroux@apache.org
Author: jleroux
Date: Mon Sep 13 20:36:43 2010
New Revision: 996681

URL: http://svn.apache.org/viewvc?rev=996681&view=rev
Log:
Minor no functional changes, fixes previous commit (r996678) hastily done

Modified:
    ofbiz/branches/jquery/framework/common/webcommon/WEB-INF/common-controller.xml
    ofbiz/branches/jquery/framework/webtools/widget/GeoManagementForms.xml

Modified: ofbiz/branches/jquery/framework/common/webcommon/WEB-INF/common-controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/common/webcommon/WEB-INF/common-controller.xml?rev=996681&r1=996680&r2=996681&view=diff
==============================================================================
--- ofbiz/branches/jquery/framework/common/webcommon/WEB-INF/common-controller.xml (original)
+++ ofbiz/branches/jquery/framework/common/webcommon/WEB-INF/common-controller.xml Mon Sep 13 20:36:43 2010
@@ -216,8 +216,6 @@ under the License.
     </request-map>
     
     <request-map uri="LookupGeo"><security https="true" auth="true"/><response name="success" type="view" value="LookupGeo"/></request-map>
-
-    <request-map uri="LookupGeo"><security https="true" auth="true"/><response name="success" type="view" value="LookupGeo"/></request-map>
     <!--========================== AJAX events =====================-->
 
     <!-- View Mappings -->

Modified: ofbiz/branches/jquery/framework/webtools/widget/GeoManagementForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/webtools/widget/GeoManagementForms.xml?rev=996681&r1=996680&r2=996681&view=diff
==============================================================================
--- ofbiz/branches/jquery/framework/webtools/widget/GeoManagementForms.xml (original)
+++ ofbiz/branches/jquery/framework/webtools/widget/GeoManagementForms.xml Mon Sep 13 20:36:43 2010
@@ -77,14 +77,14 @@
                 </entity-options>
             </drop-down>
         </field>
-        <field name="geoId" title="${uiLabelMap.CommonGeo}" position="3">
+        <field name="geoId" title="${uiLabelMap.CommonGeo}">
             <drop-down>
                 <entity-options entity-name="Geo" key-field-name="geoId" description="${geoName}">
                     <entity-order-by field-name="geoName"/>
                 </entity-options>
             </drop-down>
         </field>
-        <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit" position="2"><submit button-type="button"/></field>
+        <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
         
 </forms>