[Koha-bugs] [Bug 4347] New: advanced tag editor for Fields 000 and 008 in IE

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Mon Mar 29 12:36:30 CEST 2010


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 at myacpl.org
        ReportedBy: herrkandera at gmx.ch
                CC: gmcharlt at 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.



More information about the Koha-bugs mailing list