From bugzilla-daemon@bugs.koha-community.org Fri Jun 5 20:38:58 2015 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 14347] New: Running overdue_notices.pl with --html flag set does not create well structured html Date: Fri, 05 Jun 2015 18:38:53 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3776257767758843669==" --===============3776257767758843669== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D14347 Bug ID: 14347 Summary: Running overdue_notices.pl with --html flag set does not create well structured html Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org When overdue_notices.pl creates the email containing un-emailed notices, and the --html flag is set, the resulting file is not a well structured HTML file: * It contains no DTD * There are no tags * It has no header * The file pointed to by the NoticesCSS syspref *should* be included, but is not * It has no body * The body of the individual messages is wrapped in
 tags, which is
unnecessary, ugly, and precludes the use of styling of the notices (If you wa=
nt
unstyled notices, why not use text?)
* The file is always named 'attachment.txt' regardless of whether the script =
is
called using the "--html" or "--text" flags.

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.

--===============3776257767758843669==--