https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39610
--- Comment #4 from Pedro Amorim <pedro.amo...@openfifth.co.uk> --- (In reply to HKS3 Tadeusz SoĊnierz from comment #2) > I'm not super-stoked on manipulating dataTables definition with TT, I'd be > curious to hear your ideas for alternatives. I wouldn't worry too much about manipulating dataTables definition with TT, it's an established pattern utilized elsewhere (see patron-search.inc). I like the idea here but we're losing i18n. Previously, the 'Author' and 'Title' - even though hardcoded - were translatable. Now, we're relying on the table column headers to be inserted directly in the syspref within parenthesis, which works, but doesn't look ideal, and certainly not translatable. See bug 38339, it's making the display names of the attributes translatable. Even though that can't be applied here directly (because we don't have an ILL request - to know its backend - when defining the table column headers) I feel like using that in some way could be an option? I'm not sure, but I don't have a better idea at the moment either! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/