Add HTML tag in email notifications

This commit is contained in:
Frédéric Guillot
2019-04-27 20:45:21 -07:00
committed by fguillot
parent d6ffe08aeb
commit 11b6bf6d25
22 changed files with 102 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
<html>
<body>
<h2><?= t('Overdue tasks for the project(s) "%s"', $project_name) ?></h2>
<table style="font-size: .8em; table-layout: fixed; width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px;" cellpadding=5 cellspacing=1>
@@ -34,4 +36,6 @@
</td>
</tr>
<?php endforeach ?>
</table>
</table>
</body>
</html>