http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4347 Summary: advanced tag editor for Fields 000 and 008 in IE Product: Koha Version: rel_3_0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Browser compatibility AssignedTo: oleonard@myacpl.org ReportedBy: herrkandera@gmx.ch CC: gmcharlt@gmail.com Estimated Hours: 0.0 Change sponsored?: --- 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. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.