Merge pull request #2702 from rabuzarus/0308-Notifications-restructure
notifications restructure
This commit is contained in:
commit
61e3a8ca3a
12 changed files with 992 additions and 553 deletions
|
@ -6,7 +6,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 +22,7 @@
|
|||
<div class="notif_nocontent">{{$notif_nocontent}}</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
{{* The pager *}}
|
||||
{{$notif_paginate}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue