You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2010/04/25 23:01:51 UTC

[jira] Updated: (OFBIZ-3741) headerHead.ftl will never show the theme ico

     [ https://issues.apache.org/jira/browse/OFBIZ-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

BJ Freeman updated OFBIZ-3741:
------------------------------

    Attachment: OFBIZ-3741-headerHead.ftl.patch

> headerHead.ftl will never show the theme ico
> --------------------------------------------
>
>                 Key: OFBIZ-3741
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3741
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk
>            Reporter: BJ Freeman
>             Fix For: Release Branch 9.04, Release Candidate Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3741-headerHead.ftl.patch
>
>
>   <#if layoutSettings.shortcutIcon?has_content>
>     <#assign shortcutIcon = layoutSettings.shortcutIcon/>
>   <#elseif layoutSettings.VT_SHORTCUT_ICON?has_content>
>     <#assign shortcutIcon = layoutSettings.VT_SHORTCUT_ICON.get(0)/>
>   </#if>
>  
> since the layoutSettings.shortcutIcon (ofbiz.) is always present , layoutSettings.VT_SHORTCUT_ICON will never be selected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.