summaryrefslogtreecommitdiffstats
path: root/tests/data/emails/new-account-email-custom.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests with email templatesCarl Schwan2022-01-181-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix #23357medcloud2020-11-181-2/+2
| | | | Signed-off-by: medcloud <42641918+medcloud@users.noreply.github.com>
* Adjust tests to new e-mail layoutSimon Spannagel2020-07-231-2/+2
| | | | Signed-off-by: Simon Spannagel <simonspa@kth.se>
* Fix notification mail testsJan-Christoph Borchardt2020-05-011-47/+40
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix testsMorris Jobke2020-04-171-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix email template testsJulius Härtl2018-07-191-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix email buttons for white themeMorris Jobke2017-12-111-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix welcome text for better grammar in themed instancesMorris Jobke2017-11-091-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve text: 'you have now' -> 'you now have'Leon Klingele2017-09-081-1/+1
| | | | Signed-off-by: Leon Klingele <leon@struktur.de>
* Remove unneeded stylesMorris Jobke2017-07-241-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust to height=120Lukas Reschke2017-07-241-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Revert "Set max-width of image to 100px in Outlook as well"Lukas Reschke2017-07-241-3/+0
|
* Set max-width of image to 100px in Outlook as wellMorris Jobke2017-07-231-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use instance name as alt-textJoas Schilling2017-04-121-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+1
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add support for themingLukas Reschke2017-04-071-0/+187
Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>