]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/notifications.tpl
Merge branch '2018.12-rc' into task/6208-escape-html-true
[friendica.git] / view / theme / frio / templates / notifications.tpl
index 5f131bd7edae52d255d44acaea2e4cbbe7f8b88e..1be92c4b24e249876e2ff6dd49d85cc73d51209a 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}}
@@ -12,7 +14,7 @@
                {{if $notif_content}}
                <ul class="notif-network-list media-list">
                {{foreach $notif_content as $notification}}
-                       <li>{{$notification}}</li>
+                       <li>{{$notification nofilter}}</li>
                {{/foreach}}
                </ul>
                {{/if}}
@@ -22,4 +24,7 @@
                <div class="notif_nocontent">{{$notif_nocontent}}</div>
                {{/if}}
        </div>
+
+       {{* The pager *}}
+       {{$notif_paginate nofilter}}
 </div>