diff options
author | Struan Donald <struan@exo.org.uk> | 2019-03-29 16:07:25 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-04-02 15:01:20 +0100 |
commit | b1e9193c8ef1fb7600e967ff1884baaedd67093d (patch) | |
tree | 8a4d663fb865410196baddf31134971d8eeeb308 /templates | |
parent | dfbf83ccdde8816a9bac4ef3aba2ea88dc7dcd41 (diff) |
Add default settings for email submit template footer
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/default/_email_settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/email/default/_email_settings.html b/templates/email/default/_email_settings.html index 7ca78f6e3..94045bd3c 100644 --- a/templates/email/default/_email_settings.html +++ b/templates/email/default/_email_settings.html @@ -51,6 +51,10 @@ button_text_color_notfixed = color_white button_text_color_dontknow = color_black button_font_weight = "bold" +submit_footer_td_style = "text-align: left; vertical-align: top; font-weight: normal; color: #000;" +submit_footer_h2_style = "font-size: 16px; line-height: 18px; margin: 0 0 10px 0;"; +submit_footer_link_style = "color: #9CD0EA;"; + %] [% # Handy point at which your cobrand can override any of those default colours before the rest of the settings are constructed. %] |