diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-10-07 01:25:08 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-10-07 01:25:08 -0500 |
commit | f5fc8dabe5ec61e577f64badce30a7c42c19fafa (patch) | |
tree | f7d79d744d552d6296a33f88491252ce6beeb4a3 /view/notifications.tpl | |
parent | 2802c142cb4c479f82bcf790c8cc6b4bda51de7b (diff) | |
download | volse-hubzilla-f5fc8dabe5ec61e577f64badce30a7c42c19fafa.tar.gz volse-hubzilla-f5fc8dabe5ec61e577f64badce30a7c42c19fafa.tar.bz2 volse-hubzilla-f5fc8dabe5ec61e577f64badce30a7c42c19fafa.zip |
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
Diffstat (limited to 'view/notifications.tpl')
-rw-r--r-- | view/notifications.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/view/notifications.tpl b/view/notifications.tpl new file mode 100644 index 000000000..8656ea9d1 --- /dev/null +++ b/view/notifications.tpl @@ -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> |