]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/notifications.tpl
Merge pull request #5966 from JeroenED/theme/frio/oembed/view-active-class
[friendica.git] / view / theme / frio / templates / notifications.tpl
index 3729e6f8c21baa369f0ec568f84004737ac56876..b6b1d2da91a1bf9519b9feb522b93149b2d01709 100644 (file)
@@ -1,3 +1,5 @@
+<script type="text/javascript" src="view/theme/frio/frameworks/jquery-color/jquery.color.js"></script>
+<script type="text/javascript" src="view/theme/frio/js/mod_notifications.js"></script>
 
 <div class="generic-page-wrapper">
        {{include file="section_title.tpl" title=$notif_header}}
@@ -6,7 +8,7 @@
 
        <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}}
@@ -22,4 +24,7 @@
                <div class="notif_nocontent">{{$notif_nocontent}}</div>
                {{/if}}
        </div>
+
+       {{* The pager *}}
+       {{$notif_paginate}}
 </div>