Hi Stefan, On Sun, Mar 28, 2010 at 8:01 AM, stefan <herrkandera@gmx.ch> wrote:
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?
Please open a bug for this at bugs.koha.org. Kind Regards, Chris