1
0
Fork 0

Merge pull request #1123 from fabrixxm/mail_notification_cleanup

Mail notification cleanup
This commit is contained in:
fabrixxm 2014-09-07 15:05:06 +02:00
commit a7302daf96
265 changed files with 7372 additions and 12324 deletions

View file

@ -15,8 +15,10 @@
{{if $content_allowed}}
{{if $source_photo}}
<tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$source_link}}"><img style="border:0px;width:48px;height:48px;" src="{{$source_photo}}"></a></td>
<td style="padding-top:22px;"><a href="{{$source_link}}">{{$source_name}}</a></td></tr>
{{/if}}
<tr><td style="font-weight:bold;padding-bottom:5px;">{{$title}}</td></tr>
<tr><td style="padding-right:22px;">{{$htmlversion}}</td></tr>
{{/if}}