Hello,
how can i remove the Log out button from the zimbra page????I am not getting the exact file to remove it.
Thanks in advance
Hello,
how can i remove the Log out button from the zimbra page????I am not getting the exact file to remove it.
Thanks in advance
Hi jayanth,
you can find the html element for log out button in App.template file.
Please search for <td id='skin_container_help'> in that file.
You can modify that file.
Or more easy way is to modify css file in your skin.
You only need put this into your skin css file.
#skin_container_logoff {
visibility:hidden;
}
Hello yutaka,
i tried change according to you, it is not reflecting there. Still i am able to view logofff . i changed in /opt/zimbra/jetty/webapps/zimbra/skins/zmail/templates/share.App.template ,
One more thing i want to know is , how i can i edit the screen "compose " in ajax version. i am able to change in the standard html page in /h/compose file.
If you want to modify the template file, you need a few more step to see the result of the modification on your browser.
First you have to generate a javascript file "App.template.js" from the template file "App.template".
Then put this file and some other js files together to Startup1_2_all.js so that Web browser can download the modifiled js file.
For more detail, you should check out ZimbraWebClient project from source code repository and see the build.xml file in it.
It is pretty long way so I still recommend css modification.
hello yutaka,
presently i am using beach, can pls give me the file in which i need to modify. (pls give the standard procedure for all the themes in future i may change the theme)
And also can u pls give the details of editing the compose file in ajax version
even if i add this statement
#skin_container_logoff {
visibility:hidden;
}
it is not working(
i added in _base/base2 as well as in my own skin
Mmmm......
It is working in my environment.
Could you show me your skin's manifest.xml and css file?
There are currently 1 users browsing this thread. (0 members and 1 guests)