diff options
author | Struan Donald <struan@exo.org.uk> | 2019-03-29 16:08:19 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-04-02 15:01:20 +0100 |
commit | ffcfc5e4e68802b1cef0ba830ac582119875f904 (patch) | |
tree | f0bc3ab6005859646e0a721e459f71e4e0aaf0ec /templates | |
parent | b1e9193c8ef1fb7600e967ff1884baaedd67093d (diff) |
[fixmystreet.com] override default email submit footer settings
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/fixmystreet.com/_email_setting_overrides.html | 5 | ||||
-rw-r--r-- | templates/email/fixmystreet.com/_submit_footer.html | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/templates/email/fixmystreet.com/_email_setting_overrides.html b/templates/email/fixmystreet.com/_email_setting_overrides.html new file mode 100644 index 000000000..b11b3f4d4 --- /dev/null +++ b/templates/email/fixmystreet.com/_email_setting_overrides.html @@ -0,0 +1,5 @@ +[% + +submit_footer_td_style = "text-align: left; vertical-align: top; font-weight: normal; color: #fff;" + +%] diff --git a/templates/email/fixmystreet.com/_submit_footer.html b/templates/email/fixmystreet.com/_submit_footer.html index acf14b285..cb0dbb165 100644 --- a/templates/email/fixmystreet.com/_submit_footer.html +++ b/templates/email/fixmystreet.com/_submit_footer.html @@ -1,11 +1,3 @@ -[% - -submit_footer_td_style = "text-align: left; vertical-align: top; font-weight: normal; color: #fff;" -submit_footer_h2_style = "font-size: 16px; line-height: 18px; margin: 0 0 10px 0;"; -submit_footer_link_style = "color: #9CD0EA;"; - -%] - <table [% table_reset %]> <tr> <th style="[% td_style %] padding: [% column_padding %]px; background-color: [% color_yellow %]; color: [% color_black %];"> |