https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39292 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrobb@sekls.org --- Comment #1 from Jason Robb <jrobb@sekls.org> --- My knee-jerk reaction was to make those readonly to avoid bad data entry. I also styled away the border and the background so they just look like inconspicuous labels again. Sharing the jQuery in case its helpful while a better solution is found: //Make subfields readonly and unstylish in basic editor $('#cat_addbiblio .subfieldcode input.flat').css('border', '0').css('background', 'none').attr('readonly', true); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.