View Single Post
  #5 (permalink)  
Old 11-21-2007, 04:37 PM
Greg Greg is offline
Zimbra Employee
 
Posts: 123
Default

Quote:
Originally Posted by deugenin View Post
Thanks for your reply Greg, but I still with the problem... :-(

Mi new Tab its appears on Domain view, but OUTPUT and TEXTAREA it's not appears (the tab is clear)...

Ok, I figured it out. The problem is that in 4.5.7 ZaDomainXFormView.TAB_INDEX global variable is not defined, I added it only in 5.0 branch. Instead, we used hard-coded tab indexes. So, in order to make it work you need to change this line

var myTabIndex = ++ZaDomainXFormView.TAB_INDEX;

to this

var myTabIndex = 6;
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
P.S.: don't forget to vote on this bug
add Samba LDAP entries to Exchange Migration Tool
Reply With Quote