From ffcfc5e4e68802b1cef0ba830ac582119875f904 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Fri, 29 Mar 2019 16:08:19 +0000 Subject: [fixmystreet.com] override default email submit footer settings --- templates/email/fixmystreet.com/_email_setting_overrides.html | 5 +++++ templates/email/fixmystreet.com/_submit_footer.html | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 templates/email/fixmystreet.com/_email_setting_overrides.html 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;"; - -%] -
-- cgit v1.2.3