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/theme/testbubble/nav.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/theme/testbubble/nav.tpl')
-rw-r--r-- | view/theme/testbubble/nav.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index baf5f7d30..3fbd73e31 100644 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -9,6 +9,7 @@ {{ if $nav.notifications }}<a rel="#nav-notifications-menu" id="intro-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }} {{ if $nav.messages }}<a rel="#nav-notifications-menu" id="mail-update" class="nav-ajax-update" href="$nav.messages.0" title="$nav.messages.1"></a>{{ endif }} <ul id="nav-notifications-menu" class="menu-popup"> + <li id="nav-notifications-see-all"><a href="/notifications/network">See all notifications</a></li> <li class="empty">$emptynotifications</li> </ul> </div> @@ -54,5 +55,5 @@ </nav> <ul id="nav-notifications-template" style="display:none;" rel="template"> - <a href="{0}"><li>{2} <span class="notif-when">{3}</span></li></a> + <li><a href="{0}">{2} <span class="notif-when">{3}</span></a></li> </ul> |