09-22-2010 11:05 AM
09-22-2010 11:29 AM
<alfresco-config>
<!– Repository Library config section –>
<config evaluator="string-compare" condition="RepositoryLibrary">
<!–
Whether the link to the Repository Library appears in the header component or not.
–>
<visible>false</visible>
</config>
</alfresco-config>
Note the URL /share/page/repository will still work, but it won't be visible.09-22-2010 12:14 PM
09-22-2010 12:38 PM
09-22-2010 04:54 PM
09-22-2010 06:06 PM
09-23-2010 11:14 AM
<!– Repository Library config section –>
<config evaluator="string-compare" condition="RepositoryLibrary" replace="true">
<!–
Whether the link to the Repository Library appears in the header component or not.
–>
<visible>true</visible>
<#if user.isAdmin>
<#if repoLibraryVisible>
<span class="menu-item-icon repository"><a href="${url.context}/page/repository">${msg("link.repository")}</a></span>
</#if>
</#if>
09-24-2010 10:02 AM
In 3.4 you can simply add permission="admin" to the header item via custom config.
Thanks,
Mike
09-29-2010 10:03 PM
Hi Mike,Sorry for the delay. The Share Header wiki page is now live: http://wiki.alfresco.com/wiki/Share_Header
Can you provide more details on this please?
Thanks
03-01-2011 08:48 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.