Commit Graph

5 Commits

Author SHA1 Message Date
Luke Bennett 974e71a9c5
Resolve CE/EE diffs in app/views/layouts view
Part of single codebase changes.
2019-05-11 23:38:41 +01:00
Alexandru Croitor 77985826d9 Show header and footer system messages in email
* Add email_header_and_footer_enabled flag to appearances table
* Set email_header_and_footer_enabled default value to false
* Add checkbox to appearance to toggle show header and footer in emails
* Add email_header_and_footer_enabled to allowed params in controller
* Add header and footer messages to the html and text email layouts
* Remove the color styling for emails header and footer
* Add empty_mailer layout for emails without layout,
to have the header and footer applied
2019-02-27 22:07:50 +02:00
Tao Wang dc157729b3
i18n: externalize strings from 'app/views/layouts'
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-23 16:33:37 +10:00
Enrico Scholz 931f6e6d5c set proper signature marker in mails
use rfc 3676 mail signature delimiters ("-- ") instead of the previous
"---" one.

closes #43617

Signed-off-by: Enrico Scholz <enrico.scholz@ensc.de>
2018-04-18 11:50:07 +02:00
Douwe Maan f6f6aaf593
Better notification emails for notes and (diff) discussions 2017-04-05 17:44:14 +01:00