http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15231
--- Comment #7 from Jonathan Druart <[email protected]> --- Created attachment 45441 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45441&action=edit Bug 15231 - Import patrons: Remove string splitting by html tags to avoid weird translations Some of the strings in Home > Tools > Import patrons contain html tags and therefore are splitted in the translation tool. This makes it nearly impossible to create correct translations from the partial strings. Additinally, the notes for Extended patron attributes never displayed (due to a bug). To test: - Apply patch - Enable Syspref 'ExtendedPAtronAttributes' - Go to Home > Tools > Import patrons and verify, that the Notes at the right of the screen make sense Signed-off-by: Hector Castro <[email protected]> Split html tags removed, notes at right side it displayed correctly Bug 15231: (followup) Remove stray </b> tag This patch removes a stray </b> tag (see comment #4) and a superfluous blank. Signed-off-by: Hector Castro <[email protected]> Signed-off-by: Jonathan Druart <[email protected]> Squash the 2 patches -- You are receiving this mail because: 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/
