Author: jleroux
Date: Tue Apr 17 05:25:50 2012
New Revision: 1326933
URL:
http://svn.apache.org/viewvc?rev=1326933&view=revLog:
Fixes debug labels forgotten in r1326397
Modified:
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl
Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl?rev=1326933&r1=1326932&r2=1326933&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl Tue Apr 17 05:25:50 2012
@@ -60,7 +60,7 @@ under the License.
<#if preContactMechTypeId?has_content><input type='hidden' name='preContactMechTypeId' value='${preContactMechTypeId}' /></#if>
<#if paymentMethodId?has_content><input type='hidden' name='paymentMethodId' value='${paymentMethodId}' /></#if>
<#else>
- <h2>${uiLabelMap.PartyEditContactInfo}</h2>
+ <h2>${uiLabelMap.PartyEditContactInfo}</h2>
<a href="<@ofbizUrl>editcontactmechdone</@ofbizUrl>" class="button">${uiLabelMap.CommonGoBack}</a>
<a href="javascript:document.editcontactmechform.submit()" class="button">${uiLabelMap.CommonSave}</a>
<table width="90%" border="0" cellpadding="2" cellspacing="0">
@@ -159,8 +159,7 @@ under the License.
*</td>
</tr>
<tr>
- <td align="right" valign="top"> ${uiLabelMap.PartyState} -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- Selected\Expected State Name = ${selectedStateName}</td>
+ <td align="right" valign="top"> ${uiLabelMap.PartyState}
<td> </td>
<td>
<select name="stateProvinceGeoId" id="editcontactmechform_stateProvinceGeoId">
@@ -175,10 +174,9 @@ under the License.
*</td>
</tr>
<tr>
- <td align="right" valign="top">${uiLabelMap.CommonCountry} !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- Postal address geoId ${postalAddress.countryGeoId}</td>
- <td> </td>
- <td>
+ <td align="right" valign="top">${uiLabelMap.CommonCountry}</td>
+ <td> </td>
+ <td>
<select name="countryGeoId" id="editcontactmechform_countryGeoId">
${screens.render("component://common/widget/CommonScreens.xml#countries")}
<#if (postalAddress?exists) && (postalAddress.countryGeoId?exists)>
@@ -245,7 +243,7 @@ under the License.
<a href="<@ofbizUrl>editcontactmechdone</@ofbizUrl>" class="button">${uiLabelMap.CommonGoBack}</a>
<a href="javascript:document.editcontactmechform.submit()" class="button">${uiLabelMap.CommonSave}</a>
- <#else>
+ <#else>
<a href="<@ofbizUrl>editcontactmechdone</@ofbizUrl>" class="button">${uiLabelMap.CommonGoBack}</a>
</#if>
</#if>
\ No newline at end of file