diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-26 10:42:13 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-26 10:42:13 +0100 |
commit | 4781a8cb6bbd6d0e379b404c455844ddbc7e2812 (patch) | |
tree | edf2dbb22428c90b3f3ec5875e95edc3334e3db7 /view/tpl/email_notify_html.tpl | |
parent | a38c8cc75c67b240140cb815e66393d9c6daba09 (diff) | |
parent | d2ed3a9abbb5c68d1a02eae629bc103aa43a1263 (diff) | |
download | volse-hubzilla-4781a8cb6bbd6d0e379b404c455844ddbc7e2812.tar.gz volse-hubzilla-4781a8cb6bbd6d0e379b404c455844ddbc7e2812.tar.bz2 volse-hubzilla-4781a8cb6bbd6d0e379b404c455844ddbc7e2812.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/tpl/email_notify_html.tpl')
-rwxr-xr-x | view/tpl/email_notify_html.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/email_notify_html.tpl b/view/tpl/email_notify_html.tpl index 5b4954c8e..f4e12d793 100755 --- a/view/tpl/email_notify_html.tpl +++ b/view/tpl/email_notify_html.tpl @@ -21,6 +21,9 @@ <tr><td style="padding:11px 0;" colspan="2">{{$hitemlink}}</td></tr> <tr><td></td><td>{{$thanks}}</td></tr> <tr><td></td><td>{{$site_admin}}</td></tr> + + <tr><td style="font-size: 12px; color: #444444; padding-top: 18px;" colspan="2">{{$opt_out1}}</td></tr> + <tr><td style="font-size: 12px; color: #444444;" colspan="2">{{$opt_out2}}</td></tr> </tbody> </table> </body> |