aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-22 23:34:30 -0800
committerfriendica <info@friendica.com>2012-02-22 23:34:30 -0800
commit41636a50aa4fd3f53ad9f9e9d797bfcc37ba8e13 (patch)
tree9b941d37b562480ff89f9d84d6514f40d4ecf7c0 /view/theme/testbubble
parent808b886a3e18b07c63171c4833334e2cf77ddf71 (diff)
downloadvolse-hubzilla-41636a50aa4fd3f53ad9f9e9d797bfcc37ba8e13.tar.gz
volse-hubzilla-41636a50aa4fd3f53ad9f9e9d797bfcc37ba8e13.tar.bz2
volse-hubzilla-41636a50aa4fd3f53ad9f9e9d797bfcc37ba8e13.zip
new notify sort of working in testbubble
Diffstat (limited to 'view/theme/testbubble')
-rwxr-xr-xview/theme/testbubble/nav.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl
index 9051fcb06..d657a11c5 100755
--- a/view/theme/testbubble/nav.tpl
+++ b/view/theme/testbubble/nav.tpl
@@ -10,6 +10,7 @@
{{ if $nav.introductions }}<a rel="#nav-notifications-menu" id="intro-update" class="nav-ajax-update" href="$nav.introductions.0" title="$nav.introductions.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-mark-all"><a href="#" onclick="notifyMarkAll(); return false;">$nav.notifications.mark.1</a></li>
<li id="nav-notifications-see-all"><a href="$nav.notifications.all.0">$nav.notifications.all.1</a></li>
<li class="empty">$emptynotifications</li>
</ul>