Hi

The advanced tag editor is not opening for the fields 000 and 008 in IE 
6, 7 and 8.
This is due to a spacing error in the java section of the files under  
(/usr/share/koha/intranet/cgi-bin/cataloguing/value_builder):

- marc21_field_008.pl (line 69)
- marc21_field_008_authorities.pl (line 65)
- marc21_leader.pl (line 59)
- marc21_leader_authorities.pl (line 59)

It reads:

"unimarc field 100\",'width=1000,height=600,toolbar=false,scrollbars=yes');

but should be:

"unimarc_field_100\",'width=1000,height=600,toolbar=false,scrollbars=yes');

This causes an error in IE. I did not check the other files in this 
folder by now.

I think, this could be fixed for future releases?

Regards, Stefan
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to