http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7062
wajasu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from wajasu <[email protected]> --- I added proportional font support in bug 2499. I added support to draw unlimited lines. I did code some support to truncate a line if the internal text_wrap_cols == 0. But I didn't have any external way for that to be configured, so if someone wants to enhance the list of fields, they might come up with some modifier like: itemcallnumber,author,[title] such that if the list has any bracketed, that could signal the code to truncate instead of wrap. Then later in the code we could set text_wrap_cols to 0, instead of calculating it from other settings. OR itemcallnumber,author,title[TI] grab modifiers in brackets: T = truncate I = italic but then we have: "090a" and friends, and 'I Am a text string' support. OR we add a column to a layout/template/profile table. Maybe this should be dependent on bug 2499. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
