aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-25 21:40:19 -0800
committerzotlabs <mike@macgirvin.com>2018-02-25 21:40:19 -0800
commitd2ed3a9abbb5c68d1a02eae629bc103aa43a1263 (patch)
tree42a22345d211609b362eb3c382c9d21d2e4a7e16 /view
parent1b1550fb318081a92ab92b90eda533117d112370 (diff)
downloadvolse-hubzilla-d2ed3a9abbb5c68d1a02eae629bc103aa43a1263.tar.gz
volse-hubzilla-d2ed3a9abbb5c68d1a02eae629bc103aa43a1263.tar.bz2
volse-hubzilla-d2ed3a9abbb5c68d1a02eae629bc103aa43a1263.zip
provide opt-out link and text with notification emails
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/email_notify_html.tpl3
-rwxr-xr-xview/tpl/email_notify_text.tpl1
2 files changed, 4 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>
diff --git a/view/tpl/email_notify_text.tpl b/view/tpl/email_notify_text.tpl
index 56925c18b..5f1984edb 100755
--- a/view/tpl/email_notify_text.tpl
+++ b/view/tpl/email_notify_text.tpl
@@ -11,3 +11,4 @@
{{$thanks}}
{{$site_admin}}
+{{$opt_out1}} {{$opt_out2}} \ No newline at end of file