You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/12/13 00:57:10 UTC

svn commit: r486422 - /incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/billsettings.ftl

Author: jacopoc
Date: Tue Dec 12 15:57:10 2006
New Revision: 486422

URL: http://svn.apache.org/viewvc?view=rev&rev=486422
Log:
Minaor html fixes.

Modified:
    incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/billsettings.ftl

Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/billsettings.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/billsettings.ftl?view=diff&rev=486422&r1=486421&r2=486422
==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/billsettings.ftl (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/entry/billsettings.ftl Tue Dec 12 15:57:10 2006
@@ -58,7 +58,7 @@
                 <td width="1%">
                   <input type="radio" name="checkOutPaymentId" value="EXT_OFFLINE" <#if checkOutPaymentId?exists && checkOutPaymentId == "EXT_OFFLINE">checked="checked"</#if>/>
                 </td>
-                <td colpan="2" width="50%">
+                <td colspan="2" width="50%">
                   <span class="tabletext">${uiLabelMap.OrderOfflineCheckMoney}</span>
                 </td>
               </tr>
@@ -113,7 +113,7 @@
                           <#if paymentMethod.description?has_content>(${paymentMethod.description})</#if>
                         </span>                            
                       </td>
-                      <td align="right"><a href="/partymgr/control/editcreditcard?party_id=${orderParty.partyId}&paymentMethodId=${paymentMethod.paymentMethodId}" target="_blank" class="buttontext">${uiLabelMap.CommonUpdate}</a></td>
+                      <td align="right"><a href="/partymgr/control/editcreditcard?party_id=${orderParty.partyId}&amp;paymentMethodId=${paymentMethod.paymentMethodId}" target="_blank" class="buttontext">${uiLabelMap.CommonUpdate}</a></td>
                     </tr>
                   <#elseif paymentMethod.paymentMethodTypeId == "EFT_ACCOUNT">
                     <#assign eftAccount = paymentMethod.getRelatedOne("EftAccount")>