http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8062
--- Comment #20 from Frédéric Demians <[email protected]> --- I have no time now for your points 1-3. > 4. An explanation of what the new dependency is required for so that I > can put it in the release notes. With Template::Plugin::HtmlToText, it's possible to transform HTML into Text! as suggested by the module name. It allows Koha developers to use standard (for Koha) Template::Toolkit templating system to generate HTML, and then, if necessary to transform this HTML into raw text. This is required for example for email sent by Koha, which use to be in Text. Benefits: --email templates can have a rich HTML-base layout, but still being sent in Text ; --email templates are translatable like Koha web pages -- 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/
