You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/04/17 23:56:56 UTC

svn commit: r935262 - /ofbiz/trunk/applications/commonext/webapp/ofbizsetup/organization/viewcontact.ftl

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="<@o...@ofbizUrl>" method="post" onSubmit="javascript:submitFormDisableSubmits(this)">
+                  <form name="createCustRequestForm" action="<@o...@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="<@o...@ofbizUrl>">${uiLabelMap.CommonUpdate}</a>
                 </#if>
                 <#if security.hasEntityPermission("PARTYMGR", "_DELETE", session) || userLogin.partyId == partyId>
-                  <form name="partyDeleteContact" method="post" action="<@o...@ofbizUrl>" onSubmit="javascript:submitFormDisableSubmits(this)">
+                  <form name="partyDeleteContact" method="post" action="<@o...@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}"/>