Bug 4347

Summary: advanced tag editor for Fields 000 and 008 in IE
Product: Koha Reporter: Chris Cormack <chris>
Component: Browser compatibilityAssignee: Owen Leonard <oleonard>
Status: CLOSED DUPLICATE QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: rel_3_0   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Chris Cormack 2010-05-21 01:26:06 UTC


---- Reported by herrkandera@gmx.ch 2010-03-29 10:36:30 ----

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.



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:26 UTC  ---

This bug was previously known as _bug_ 4347 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4347

Actual time not defined. Setting to 0.0
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: chris@bigballofwax.co.nz.
   Previous reporter was herrkandera@gmx.ch.
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Owen Leonard 2010-08-27 19:13:40 UTC

*** This bug has been marked as a duplicate of bug 3018 ***