Author: jleroux
Date: Wed May 9 08:26:44 2018
New Revision: 1831234
URL:
http://svn.apache.org/viewvc?rev=1831234&view=revLog:
Fixed: Sending mail button from viewProfile doesn't work
(OFBIZ-7075)
There was a quote error in the Montalbano Florian's patch, this fix it
Modified:
ofbiz/ofbiz-framework/trunk/applications/party/template/party/profileblocks/Contact.ftl
Modified: ofbiz/ofbiz-framework/trunk/applications/party/template/party/profileblocks/Contact.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/template/party/profileblocks/Contact.ftl?rev=1831234&r1=1831233&r2=1831234&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/party/template/party/profileblocks/Contact.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/applications/party/template/party/profileblocks/Contact.ftl Wed May 9 08:26:44 2018
@@ -93,7 +93,7 @@ under the License.
<input name="my" value="My" type="hidden"/>
<input name="statusId" value="COM_PENDING" type="hidden"/>
<input name="communicationEventTypeId" value="EMAIL_COMMUNICATION" type="hidden"/>
- </form><a class="buttontext" href="javascript:document.createEmail${contactMech.infoString?replace("@","")?replace("@","")?replace(".","")}.submit()">${uiLabelMap.CommonSendEmail}</a>
+ </form><a class="buttontext" href="javascript:document.createEmail${contactMech.infoString?replace('@','')?replace('@','')?replace('.','')}.submit()">${uiLabelMap.CommonSendEmail}</a>
</div>
<#elseif "WEB_ADDRESS" = contactMech.contactMechTypeId>
<div>