diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-25 13:20:19 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-25 13:20:19 -0500 |
commit | cb1c6dd1e37ccbbea47867faf0142e5d2f653624 (patch) | |
tree | dc09ad00dd7f7e12fdec214ae2fd83e94315a96a /view/theme/testbubble/nav.tpl | |
parent | 634e52a6717753eb6742a23e60bf88bf0809968f (diff) | |
download | volse-hubzilla-cb1c6dd1e37ccbbea47867faf0142e5d2f653624.tar.gz volse-hubzilla-cb1c6dd1e37ccbbea47867faf0142e5d2f653624.tar.bz2 volse-hubzilla-cb1c6dd1e37ccbbea47867faf0142e5d2f653624.zip |
really commiting files this time, still getting the hang of git.
some images added, some classes added to groupidebar, contacts sidebar
notification flags moved out of nav and into banner for testbubble the
testbubble css tweaks
Diffstat (limited to 'view/theme/testbubble/nav.tpl')
-rw-r--r-- | view/theme/testbubble/nav.tpl | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index f19ed2da1..f20683366 100644 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -2,6 +2,13 @@ $langselector <span id="banner">$banner</span> +<div id="notifications"> + {{ 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="notify-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }} + {{ if $nav.messages }}<a id="mail-update" class="nav-ajax-update" href="$nav.messages.0" title="$nav.messages.1"></a>{{ endif }} +</div> + <div id="user-menu" > <a id="user-menu-label" onclick="openClose('user-menu-popup'); return false" href="$nav.home.0">$sitelocation</a> @@ -38,14 +45,6 @@ $langselector {{ if $nav.login }}<li><a id="nav-login-link" class="nav-link $nav.login.2" href="$nav.login.0" title="$nav.login.1">$nav.login.1</a></li> {{ endif }} {{ if $nav.logout }}<li><a id="nav-logout-link" class="nav-commlink nav-sep $nav.logout.2" href="$nav.logout.0">$nav.logout.1</a></li> {{ endif }} </ul> - - <div id="notifications"> - {{ 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="notify-update" class="nav-ajax-update" href="$nav.notifications.0" title="$nav.notifications.1"></a>{{ endif }} - {{ if $nav.messages }}<a id="mail-update" class="nav-ajax-update" href="$nav.messages.0" title="$nav.messages.1"></a>{{ endif }} - </div> - </div> |