diff options
author | friendica <info@friendica.com> | 2012-03-05 00:53:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-05 00:53:42 -0800 |
commit | 0d9779932429ebc626cc8d8e2aebc20b975a64cf (patch) | |
tree | cbd79931d583c211e7735845928fa1653d3ce656 /view/theme/testbubble/nav.tpl | |
parent | 9c541dbd6748bea4c93c0a83f3dee6e9451049ea (diff) | |
download | volse-hubzilla-0d9779932429ebc626cc8d8e2aebc20b975a64cf.tar.gz volse-hubzilla-0d9779932429ebc626cc8d8e2aebc20b975a64cf.tar.bz2 volse-hubzilla-0d9779932429ebc626cc8d8e2aebc20b975a64cf.zip |
testbubble notifications
Diffstat (limited to 'view/theme/testbubble/nav.tpl')
-rwxr-xr-x | view/theme/testbubble/nav.tpl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index d657a11c5..e515b547c 100755 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -4,11 +4,13 @@ <span id="banner">$banner</span> <div id="notifications"> - {{ if $nav.network }}<a rel="#nav-notifications-menu" id="net-update" class="nav-ajax-update" href="$nav.network.0" title="$nav.network.1"></a>{{ endif }} - {{ if $nav.home }}<a rel="#nav-notifications-menu" id="home-update" class="nav-ajax-update" href="$nav.home.0" title="$nav.home.1"></a>{{ endif }} -<!-- {{ 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.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 }} + {{ if $nav.network }}<a id="net-update" class="nav-ajax-update" href="$nav.network.0" title="$nav.network.1"></a>{{ endif }} + {{ if $nav.home }}<a id="home-update" class="nav-ajax-update" href="$nav.home.0" title="$nav.home.1"></a>{{ endif }} +<!-- {{ if $nav.notifications }}<a id="intro-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }} --> + {{ if $nav.introductions }}<a id="intro-update" class="nav-ajax-update" href="$nav.introductions.0" title="$nav.introductions.1"></a>{{ endif }} + {{ if $nav.messages }}<a id="mail-update" class="nav-ajax-update" href="$nav.messages.0" title="$nav.messages.1"></a>{{ endif }} + {{ if $nav.notifications }}<a rel="#nav-notifications-menu" id="notify-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.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> |