aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-26 14:16:25 -0800
committerfriendica <info@friendica.com>2011-12-26 14:16:25 -0800
commit356c05c6b3f1dbd2b74b73610655218972fd5347 (patch)
tree92305190f9d105319daddb634b6068efb3266f43 /view
parentbb40e54dec9f72a3c415df5d3799eab0010c5ddf (diff)
downloadvolse-hubzilla-356c05c6b3f1dbd2b74b73610655218972fd5347.tar.gz
volse-hubzilla-356c05c6b3f1dbd2b74b73610655218972fd5347.tar.bz2
volse-hubzilla-356c05c6b3f1dbd2b74b73610655218972fd5347.zip
extending notifications to other types
Diffstat (limited to 'view')
-rw-r--r--view/email_notify_html.tpl3
-rw-r--r--view/email_notify_text.tpl1
2 files changed, 3 insertions, 1 deletions
diff --git a/view/email_notify_html.tpl b/view/email_notify_html.tpl
index ab449de52..b302c2149 100644
--- a/view/email_notify_html.tpl
+++ b/view/email_notify_html.tpl
@@ -17,7 +17,8 @@
<td style="padding-top:22px;"><a href="$source_link">$source_name</a></td></tr>
<tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr>
<tr><td style="padding-right:22px;">$htmlversion</td></tr>
- <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">$hsitelink</td></tr>
+ <tr><td style="padding-top:11px;" colspan="2">$hsitelink</td></tr>
+ <tr><td style="padding-bottom:11px;" colspan="2">$itemlink</td></tr>
<tr><td></td><td>$thanks</td></tr>
<tr><td></td><td>$site_admin</td></tr>
</tbody>
diff --git a/view/email_notify_text.tpl b/view/email_notify_text.tpl
index 1e85a547f..f7f5a4c68 100644
--- a/view/email_notify_text.tpl
+++ b/view/email_notify_text.tpl
@@ -6,6 +6,7 @@ $title
$textversion
$tsitelink
+$itemlink
$thanks
$site_admin