Author: buscob
Date: Sat Apr 17 21:56:56 2010
New Revision: 935262

URL: http://svn.apache.org/viewvc?rev=935262&view=rev
Log:
A patch from Blas Rodriguez Somoza
OFBIZ-3689 - XHTML validation errors round 2 (commonext)
https://issues.apache.org/jira/browse/OFBIZ-3689
XHTML validation errors

    * Uppercase tags or attributes.

Modified:
    
ofbiz/trunk/applications/commonext/webapp/ofbizsetup/organization/viewcontact.ftl

Modified: 
ofbiz/trunk/applications/commonext/webapp/ofbizsetup/organization/viewcontact.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/webapp/ofbizsetup/organization/viewcontact.ftl?rev=935262&r1=935261&r2=935262&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/commonext/webapp/ofbizsetup/organization/viewcontact.ftl
 (original)
+++ 
ofbiz/trunk/applications/commonext/webapp/ofbizsetup/organization/viewcontact.ftl
 Sat Apr 17 21:56:56 2010
@@ -120,7 +120,7 @@ under the License.
                 <#if 
partyContactMech.thruDate?has_content><div><b>${uiLabelMap.PartyContactEffectiveThru}:&nbsp;${partyContactMech.thruDate}</b></div></#if>
                 <#-- create cust request -->
                 <#if custRequestTypes?exists>
-                  <form name="createCustRequestForm" 
action="<@ofbizUrl>createCustRequest</@ofbizUrl>" method="post" 
onSubmit="javascript:submitFormDisableSubmits(this)">
+                  <form name="createCustRequestForm" 
action="<@ofbizUrl>createCustRequest</@ofbizUrl>" method="post" 
onsubmit="javascript:submitFormDisableSubmits(this)">
                     <input type="hidden" name="partyId" value="${partyId}"/>
                     <input type="hidden" name="fromPartyId" 
value="${partyId}"/>
                     <input type="hidden" name="fulfillContactMechId" 
value="${contactMech.contactMechId}"/>
@@ -139,7 +139,7 @@ under the License.
                   <a 
href="<@ofbizUrl>editcontactmech?partyId=${partyId}&amp;contactMechId=${contactMech.contactMechId}</@ofbizUrl>">${uiLabelMap.CommonUpdate}</a>
                 </#if>
                 <#if security.hasEntityPermission("PARTYMGR", "_DELETE", 
session) || userLogin.partyId == partyId>
-                  <form name="partyDeleteContact" method="post" 
action="<@ofbizUrl>deleteContactMech</@ofbizUrl>" 
onSubmit="javascript:submitFormDisableSubmits(this)">
+                  <form name="partyDeleteContact" method="post" 
action="<@ofbizUrl>deleteContactMech</@ofbizUrl>" 
onsubmit="javascript:submitFormDisableSubmits(this)">
                     <input name="partyId" value="${partyId}" type="hidden"/>
                     <input name="contactMechId" 
value="${contactMech.contactMechId}" type="hidden"/>
                     <input type="submit" class="smallSubmit" 
value="${uiLabelMap.CommonExpire}"/>


Reply via email to