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 10:59:33 UTC

svn commit: r1748960 - /ofbiz/trunk/themes/tomahawk/template/Header.ftl

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="<@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 != " ">