cancel
Showing results for 
Search instead for 
Did you mean: 

Avoid Logo uploading from admin-console/application

shibu
Champ in-the-making
Champ in-the-making
I want to hide Logo upload option from admin-console/application page. How can I remove this?
Please help.
2 REPLIES 2

ddraper
World-Class Innovator
World-Class Innovator
You can either customize the "application.get" WebScript (see /Slingshot/config/alfresco/site-webscripts/org/alfresco/components/console/application.get.* in the source), or you could hide that section using a custom CSS selector.

For reference - if you use the Surfbug tool (/share/service/index and click "Enable SurfBug") then you can easily find the correct files that you need to work with - see this post for details: http://blogs.alfresco.com/wp/developer/2011/08/31/surfbug/

shibu
Champ in-the-making
Champ in-the-making
Yes, Thanx for the reply.
We can hide it by removing ;


<button id="${el}-upload-button" name="upload">${msg("button.upload")}</button> 
                     <button id="${el}-reset-button" name="reset">${msg("button.reset")}</button>
<div class="logonote">${msg("label.logonote")}</div>


from tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/console/application.get.html.ftl