cancel
Showing results for 
Search instead for 
Did you mean: 

disable link

abirb
Champ in-the-making
Champ in-the-making
Hi all,

have a requirement of disabling the 'Raise an Issue' link from the myAlfresco home page in case the user is not admin.

let me know any pointers as to how to go about it ..

-Regards
1 REPLY 1

zaizi
Champ in-the-making
Champ in-the-making
Edit tomcat/webapps/alfresco/jsp/parts/titlebar.jsp and add the following code around the link;


<a:booleanEvaluator value="#{NavigationBean.currentUser.admin}" id="isAdmin">
<a href="http://www.alfresco.com/services/support/issues/" target="new"><h:outputText value="#{msg.raise_issue}" /></a>
</a:booleanEvaluator>