Bug 4347 - advanced tag editor for Fields 000 and 008 in IE
Summary: advanced tag editor for Fields 000 and 008 in IE
Status: CLOSED DUPLICATE of bug 3018
Alias: None
Product: Koha
Classification: Unclassified
Component: Browser compatibility (show other bugs)
Version: rel_3_0
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 10:36 UTC by Chris Cormack
Modified: 2012-10-26 00:41 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***