Locations of values:
(Afterwards - restart the server(s)/empty the jetty work folder, empty your browser cache, and visit the page again.)
Should be able to append to the bottom of a css file like /opt/zimbra/mailboxd/webapps/zimbra/css/common.css or in /opt/zimbra/mailboxd/webapps/zimbra/skins/_base/base2/skin.css a style:
Quote:
|
switch_to_offline { display:none; }
|
or
Quote:
|
#skin_td_switch_offline{ display:none; }
|
/opt/zimbra/mailboxd/webapps/zimbra/skins/_base/base2/skin.html
/opt/zimbra/mailboxd/webapps/zimbra/WEB-INF/tags/infra/view.tag
Quote:
span id="switch_to_offline">a href="" target="_new" >fmt:message key="switchToOfflineClient" />/a>/span> |
/opt/zimbra/mailboxd/webapps/zimbra/WEB-INF/classes/messages/ZmMsg.properties
Quote:
setupOfflineAccts = To manage your offline accounts, please visit the \
switchToOfflineClient = Offline version
switchToOfflineClientEx = a href='http://www.zimbra.com/products/desktop.html' target='_blank'>Learn about the offline version /a> |
/opt/zimbra/mailboxd/webapps/zimbra/WEB-INF/classes/messages/ZhMsg.properties
Quote:
td class="ZhAppSwitchLink" align="center">span id="switch_to_offline">
a target="_new" href="http://www.zimbra.com/products/desktop.html">Offline Version/a> |
Quote:
|
td id="skin_td_switch_offline">a target="_blank" href="http://www.zimbra.com/products/desktop.html">Offline version/a> |
Quote:
#skin_container_switch,
#skin_td_switch_offline,
#skin_container_help,
#skin_container_logoff {
white-space:nowrap;
text-align: center;
|