diff options
-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 %];"> |