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 2014/03/04 17:33:38 UTC

svn commit: r1574127 - /ofbiz/trunk/applications/party/webapp/partymgr/party/editGeoLocation.ftl

Author: jleroux
Date: Tue Mar  4 16:33:38 2014
New Revision: 1574127

URL: http://svn.apache.org/r1574127
Log:
Thanks to Pierre on dev ML, reverts a wrong commit (was already OK, misread)

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/party/editGeoLocation.ftl

Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/editGeoLocation.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/editGeoLocation.ftl?rev=1574127&r1=1574126&r2=1574127&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/editGeoLocation.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/editGeoLocation.ftl Tue Mar  4 16:33:38 2014
@@ -121,7 +121,7 @@ under the License.
         <div align="center" id="map" style="border:1px solid #979797; background-color:#e5e3df; width:500px; height:450px; margin:2em auto;"><br/></div>
         <form action="#" onsubmit="showAddress(this.address.value); return false">
             <input type="text" size="50" name="address"/>
-            <input type="submit" value="Search"/>
+            <input type="submit" value="${uiLabelMap.CommonSearch}"/>
         </form>
         <br/><br/>
         <form id="updateMapForm" method="post" action="<@o...@ofbizUrl>">