mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Anne set testbubble banner to be fixed, I added the other notification types to /notifcations, added link to notifcations drop-down for all notifications and added notifications drop-down to testbubble theme
This commit is contained in:
parent
2802c142cb
commit
f5fc8dabe5
12 changed files with 320 additions and 124 deletions
13
view/notifications.tpl
Normal file
13
view/notifications.tpl
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
<h1>Notifications</h1>
|
||||
|
||||
<p id="notification-listing-desc">
|
||||
<a href="/notifications/network" class="button tabs {{if $activetab==network}}active{{endif}}">Network</a>
|
||||
<a href="/notifications/home" class="button tabs {{if $activetab==home}}active{{endif}}">Home</a>
|
||||
<a href="/notifications/intros" class="button tabs {{if $activetab==intros}}active{{endif}}">Introductions</a>
|
||||
<a href="/message" class="button tabs">Messages</a>
|
||||
</p>
|
||||
|
||||
<div class="notif-network-wrapper">
|
||||
$notif_content
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue