cancel
Showing results for 
Search instead for 
Did you mean: 

3.4 header.get.html.ftl change [Solved]

michaelc
Champ on-the-rise
Champ on-the-rise
So trying to include all of my changes in 3.3.3 to 3.4.2
I hit this and I am stumped.

I had added one functionality to the header in the prior release.
         <span class="menu-item-icon search-icon"><a href="${url.context}/page/profile-search">${msg("link.profileSearch")}</a></span> 

  But this is now in this.
      <span id="${id}-appItems" class="app-items hidden"><@header.renderItems config.global.header.appItems id "app" /></span>
       can someone explane to me where and how this hidden tag works.

      also the hide of the repository no longer seems to work http://issues.alfresco.com/jira/browse/ALF-9053
      is there a fix ?
2 REPLIES 2

mikeh
Star Contributor
Star Contributor
See if this article helps http://wiki.alfresco.com/wiki/Share_Header

Thanks,
Mike

michaelc
Champ on-the-rise
Champ on-the-rise
Kwel - you the man