Author: mridulpathak
Date: Sat Jun 18 12:17:56 2016
New Revision: 1748977
URL:
http://svn.apache.org/viewvc?rev=1748977&view=revLog:
[OFBIZ-7407] Hovering over logo section show layout settings markup in Tomahawk theme. Displayed company name instead. Thanks Vishal Chhabria for your contribution. Migrating fix from trunk r1748960.
Modified:
ofbiz/branches/release14.12/themes/tomahawk/includes/header.ftl
Modified: ofbiz/branches/release14.12/themes/tomahawk/includes/header.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/themes/tomahawk/includes/header.ftl?rev=1748977&r1=1748976&r2=1748977&view=diff==============================================================================
--- ofbiz/branches/release14.12/themes/tomahawk/includes/header.ftl (original)
+++ ofbiz/branches/release14.12/themes/tomahawk/includes/header.ftl Sat Jun 18 12:17:56 2016
@@ -119,7 +119,7 @@ under the License.
<#if organizationLogoLinkURL?has_content>
<li id="org-logo-area"><a href="<@ofbizUrl>${logoLinkURL}</@ofbizUrl>"><img alt="${layoutSettings.companyName}" src="<@ofbizContentUrl>${StringUtil.wrapString(organizationLogoLinkURL)}</@ofbizContentUrl>"></a></li>
<#else>
- <li id="logo-area"><a href="<@ofbizUrl>${logoLinkURL}</@ofbizUrl>" title="${layoutSettings}"></a></li>
+ <li id="logo-area"><a href="<@ofbizUrl>${logoLinkURL}</@ofbizUrl>" title="${layoutSettings.companyName!}"></a></li>
</#if>
</#if>
<#if layoutSettings.middleTopMessage1?has_content && layoutSettings.middleTopMessage1 != " ">