X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftemplates%2Fnotifications.tpl;h=f3068226c48c3707eb3d563afe9d92f15b75c7d7;hb=3463a442badb575f024a090f371d4f75c89d9b78;hp=834a7a016cbdd12b3310c037b52670771e361be4;hpb=379c761c3f4708f7ae2c5543fdb619a040d69413;p=friendica.git diff --git a/view/templates/notifications.tpl b/view/templates/notifications.tpl index 834a7a016c..f3068226c4 100644 --- a/view/templates/notifications.tpl +++ b/view/templates/notifications.tpl @@ -1,13 +1,25 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} +

{{$notif_header}}

-{{include file="common_tabs.tpl"}} +{{if $tabs }}{{include file="common_tabs.tpl"}}{{/if}}
- {{$notif_content}} + {{* The "show ignored" link *}} + {{if $notif_show_lnk}}{{$notif_show_lnk.text}}{{/if}} + + {{* The notifications *}} + {{if $notif_content}} + {{foreach $notif_content as $notification}} + {{$notification}} + {{/foreach}} + {{/if}} + + {{* If no notifications messages available *}} + {{if $notif_nocontent}} +
{{$notif_nocontent}}
+ {{/if}} + + {{* The pager *}} + {{$notif_paginate}}