... tricky. There are hard-coded Settings for the Admin Panel too.
But I think I figured it out:
The corresponding HTML is
Code:
<div id="ZLoginBannerImage" class="ImgLoginBanner" onclick="window.open("http://www.zimbra.com","_blank")" style="cursor: pointer;"></div> The URL in window.open is being replaced by
Code:
params.companyURL = ZaAppCtxt.getLogoURI () ;
So if you change line 260 or so:
Code:
ZaSettings.LOGO_URI = "http://www.zimbra.com";
in File
Code:
/opt/zimbra/jetty/webapps/zimbraAdmin/js/zimbraAdmin/config/settings/ZaSettings.js
it should work as intended. Maybe you need to rebuild the Skin Cache or restart Zimbra. Will try later and keep you posted.
Remember the Logo Licensing Rules: Only if you are using ZCS under the network (commercial) license, you may use your own logo and URL in place of the Zimbra logo and URL.