You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/09/13 17:00:21 UTC

svn commit: r996565 - /ofbiz/trunk/framework/common/widget/LookupForms.xml

Author: jleroux
Date: Mon Sep 13 15:00:21 2010
New Revision: 996565

URL: http://svn.apache.org/viewvc?rev=996565&view=rev
Log:
Fix a bug while working on future Webtools/Geo Management (soon coming). Working from a branch I really begin to think about using Git, though using Eclipse is flexible enough for now.

Modified:
    ofbiz/trunk/framework/common/widget/LookupForms.xml

Modified: ofbiz/trunk/framework/common/widget/LookupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/LookupForms.xml?rev=996565&r1=996564&r2=996565&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/LookupForms.xml (original)
+++ ofbiz/trunk/framework/common/widget/LookupForms.xml Mon Sep 13 15:00:21 2010
@@ -33,7 +33,7 @@ under the License.
         <field name="geoName" title="${uiLabelMap.CommonSegmentGroupGeoName}"><text-find/></field>
         <field name="geoCode" title="${uiLabelMap.CommonSegmentGroupGeoCode}"><text-find/></field>
         <field name="geoSecCode" title="${uiLabelMap.CommonSegmentGroupGeoSecCode}"><text-find/></field>
-        <field name="geoAbbr" title="${uiLabelMap.CommonSegmentGroupGeoAbbr}"><text-find/></field>
+        <field name="abbreviation" title="${uiLabelMap.CommonSegmentGroupGeoAbbr}"><text-find/></field>
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
@@ -56,6 +56,6 @@ under the License.
         <field name="geoName" title="${uiLabelMap.CommonSegmentGroupGeoName}"><display/></field>
         <field name="geoCode" title="${uiLabelMap.CommonSegmentGroupGeoCode}"><display/></field>
         <field name="geoSecCode" title="${uiLabelMap.CommonSegmentGroupGeoSecCode}"><display/></field>
-        <field name="geoAbbr" title="${uiLabelMap.CommonSegmentGroupGeoAbbr}"><display/></field>
+        <field name="abbreviation" title="${uiLabelMap.CommonSegmentGroupGeoAbbr}"><display/></field>
     </form>
 </forms>