You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2016/06/18 12:17:56 UTC

svn commit: r1748977 - /ofbiz/branches/release14.12/themes/tomahawk/includes/header.ftl

Author: mridulpathak
Date: Sat Jun 18 12:17:56 2016
New Revision: 1748977

URL: http://svn.apache.org/viewvc?rev=1748977&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. 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="<@o...@ofbizUrl>"><img alt="${layoutSettings.companyName}" src="<@o...@ofbizContentUrl>"></a></li>
                 <#else>
-                <li id="logo-area"><a href="<@o...@ofbizUrl>" title="${layoutSettings}"></a></li>
+                <li id="logo-area"><a href="<@o...@ofbizUrl>" title="${layoutSettings.companyName!}"></a></li>
             </#if>
           </#if>
           <#if layoutSettings.middleTopMessage1?has_content && layoutSettings.middleTopMessage1 != " ">