https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39292

Jason Robb <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Jason Robb <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to