Hi. Is it possible to increase the Authority field size? The default size is 24 characters but I need more. Thanks http://koha.1045719.n5.nabble.com/file/n4222289/koha.png -- View this message in context: http://koha.1045719.n5.nabble.com/Authority-field-size-tp4222289p4222289.htm... Sent from the Koha - Discuss mailing list archive at Nabble.com.
This jQuery statement $('.input_marceditor').attr({'width':'40em'}) added to intranetuserjs syspref, changes the width to 40 'em' for every input field with class input_marceditor. But I didn't test it. Other way could be to add some CSS code in the IntranetUserCSS syspref, maybe using the !important directive. HTH. Stefano On Mar 21, 2011, at 12:03 , anjoze wrote:
Hi. Is it possible to increase the Authority field size? The default size is 24 characters but I need more. Thanks http://koha.1045719.n5.nabble.com/file/n4222289/koha.png
-- View this message in context: http://koha.1045719.n5.nabble.com/Authority-field-size-tp4222289p4222289.htm... Sent from the Koha - Discuss mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
On 21/03/11 11:03, anjoze wrote:
Hi. Is it possible to increase the Authority field size? The default size is 24 characters but I need more. Thanks http://koha.1045719.n5.nabble.com/file/n4222289/koha.png
The authority term is in the variable length 100 field (click on the 1 tab) you are looking at the MARC record leader which is a fixed length encoded field. Cheers Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 845 557 5634 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
participants (3)
-
anjoze -
Colin Campbell -
Stefano Bargioni