[Koha-bugs] [Bug 7062] barcode titles not truncating

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 6 06:42:05 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7062

wajasu <matted-34813 at mypacks.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matted-34813 at mypacks.net

--- Comment #8 from wajasu <matted-34813 at mypacks.net> ---
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.


More information about the Koha-bugs mailing list