https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38217
--- Comment #12 from Jonathan Druart <[email protected]> --- koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt 113 var content = "<h3>" + _("Authority number") + ": [% authid | html %]</h3><hr>"; this one is correctly picked. So I've tried this: var content = "<h3>" + _("Authority number") + ": [% authid | html %]</h3><hr>"; content += "<h3>[% authid | html %] " + _("Authority number") + "</h3><hr>"; The second one is not picked, certainly because the TT tag is before. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
