diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-01-27 00:24:05 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-01-27 00:24:05 +0100 |
commit | 68030d12cfefa8982774cca9714b0c1eed7b9537 (patch) | |
tree | 236212dd522b8443206165efa3e9f8fee106c3e2 /view/tpl/email_notify_html.tpl | |
parent | 3494fddd7c13637c8fb25104002b59448f182e79 (diff) | |
download | volse-hubzilla-68030d12cfefa8982774cca9714b0c1eed7b9537.tar.gz volse-hubzilla-68030d12cfefa8982774cca9714b0c1eed7b9537.tar.bz2 volse-hubzilla-68030d12cfefa8982774cca9714b0c1eed7b9537.zip |
Linking new connection notification to pending connections (see Channel 1) and improved email notifications about new connections. Could not find a way to do this also for the generic notifications. Added hub domain of channel address on the new channel page. A few people on my hub didn't understood. This example will make it more clear. Some minor bits.
Diffstat (limited to 'view/tpl/email_notify_html.tpl')
-rwxr-xr-x | view/tpl/email_notify_html.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/email_notify_html.tpl b/view/tpl/email_notify_html.tpl index 61ede1ca2..5b4954c8e 100755 --- a/view/tpl/email_notify_html.tpl +++ b/view/tpl/email_notify_html.tpl @@ -18,7 +18,7 @@ <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;" colspan="2">{{$hsitelink}}</td></tr> - <tr><td style="padding-bottom:11px;" colspan="2">{{$hitemlink}}</td></tr> + <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> </tbody> |