View Single Post
  #6 (permalink)  
Old 09-12-2006, 12:23 AM
ir_syam ir_syam is offline
Intermediate Member
 
Posts: 17
Default

i had try to add a line in login screen, editing file js mentioned, /opt/zimbra/apache-tomcat-5.5.15/webapps/zimbra/js/zimbraMail/share/view/ZmLogin.js

html[idx++] = "<tr height=40>";
html[idx++] = "<td width=100% colspan=2 align=center>Try Put My Organisation Names Here</td>";
html[idx++] = "</tr>";

above the username fields, nothing changed then, am i wrong or what should i do actually?

Last edited by ir_syam; 09-12-2006 at 12:25 AM..
Reply With Quote