Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-04-2010, 10:30 PM
Active Member
 
Posts: 37
Unhappy removing Log out from zimbra

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
Reply With Quote
  #2 (permalink)  
Old 07-05-2010, 11:54 AM
Project Contributor
 
Posts: 92
Default

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.
Quote:
#skin_container_logoff {
visibility:hidden;
}
Reply With Quote
  #3 (permalink)  
Old 07-06-2010, 04:25 AM
Active Member
 
Posts: 37
Default not solved :((

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.
Reply With Quote
  #4 (permalink)  
Old 07-06-2010, 09:08 AM
Project Contributor
 
Posts: 92
Default

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.
Reply With Quote
  #5 (permalink)  
Old 07-06-2010, 10:29 AM
Active Member
 
Posts: 37
Default

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
Reply With Quote
  #6 (permalink)  
Old 07-08-2010, 01:26 AM
Active Member
 
Posts: 37
Default

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
Reply With Quote
  #7 (permalink)  
Old 07-11-2010, 09:52 AM
Project Contributor
 
Posts: 92
Default

Mmmm......
It is working in my environment.

Could you show me your skin's manifest.xml and css file?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.