]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications.tpl
Merge pull request #7812 from tobiasd/20191103-tarpid
[friendica.git] / view / templates / notifications.tpl
index 9c671c2a5b8229cc3ec5d831ace20a2e235985af..9438db682c40b1cd4337c7ceacdc72d89d3a9a36 100644 (file)
@@ -6,12 +6,12 @@
 
 <div class="notif-network-wrapper">
        {{* The "show ignored" link *}}
-       {{if $notif_ignored_lnk}}{{$notif_ignored_lnk}}{{/if}}
+       {{if $notif_show_lnk}}<a href="{{$notif_show_lnk.href}}" id="notifications-show-hide-link">{{$notif_show_lnk.text}}</a>{{/if}}
 
        {{* The notifications *}}
        {{if $notif_content}}
        {{foreach $notif_content as $notification}}
-               {{$notification}}
+               {{$notification nofilter}}
        {{/foreach}}
        {{/if}}
 
@@ -19,4 +19,7 @@
        {{if $notif_nocontent}}
                <div class="notif_nocontent">{{$notif_nocontent}}</div>
        {{/if}}
+
+       {{* The pager *}}
+       {{$notif_paginate nofilter}}
 </div>