Author: jacopoc
Date: Thu Jul 27 22:10:34 2006
New Revision: 426388
URL:
http://svn.apache.org/viewvc?rev=426388&view=revLog:
Small html fix from Ray Barlow (Apache OFBIZ-107).
Modified:
incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl?rev=426388&r1=426387&r2=426388&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl Thu Jul 27 22:10:34 2006
@@ -317,7 +317,7 @@
</td>
<td align="right" valign="top" width="1%" nowrap>
<#if (profiledefs.defaultPayMeth)?default("") == paymentMethod.paymentMethodId>
- <div class="buttontextdisabled">${uiLabelMap.EcommerceIsDefault}</span>
+ <span class="buttontextdisabled">${uiLabelMap.EcommerceIsDefault}</span>
<#else>
<div><a href="<@ofbizUrl>setprofiledefault/viewprofile?productStoreId=${productStoreId}&defaultPayMeth=${paymentMethod.paymentMethodId}&partyId=${party.partyId}</@ofbizUrl>" class="buttontext">
${uiLabelMap.EcommerceSetDefault}</a></div>