Author: mridulpathak
Date: Sat Jun 18 10:59:33 2016
New Revision: 1748960

URL: http://svn.apache.org/viewvc?rev=1748960&view=rev
Log:
[OFBIZ-7407] Hovering over logo section show layout settings markup in Tomahawk 
theme. Displayed company name instead. Thanks Vishal Chhabria for your 
contribution.

Modified:
    ofbiz/trunk/themes/tomahawk/template/Header.ftl

Modified: ofbiz/trunk/themes/tomahawk/template/Header.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/template/Header.ftl?rev=1748960&r1=1748959&r2=1748960&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/template/Header.ftl (original)
+++ ofbiz/trunk/themes/tomahawk/template/Header.ftl Sat Jun 18 10:59:33 2016
@@ -121,7 +121,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 != " ">


Reply via email to