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 | |
parent | 9c541dbd6748bea4c93c0a83f3dee6e9451049ea (diff) | |
download | volse-hubzilla-0d9779932429ebc626cc8d8e2aebc20b975a64cf.tar.gz volse-hubzilla-0d9779932429ebc626cc8d8e2aebc20b975a64cf.tar.bz2 volse-hubzilla-0d9779932429ebc626cc8d8e2aebc20b975a64cf.zip |
testbubble notifications
-rwxr-xr-x | view/theme/testbubble/nav.tpl | 12 | ||||
-rwxr-xr-x | view/theme/testbubble/notifications.png | bin | 6225 -> 8473 bytes | |||
-rwxr-xr-x | view/theme/testbubble/style.css | 7 |
3 files changed, 13 insertions, 6 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> diff --git a/view/theme/testbubble/notifications.png b/view/theme/testbubble/notifications.png Binary files differindex 803257fec..f0e24a15b 100755 --- a/view/theme/testbubble/notifications.png +++ b/view/theme/testbubble/notifications.png diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index c6f66d5ad..11a639713 100755 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -382,7 +382,8 @@ ul#user-menu-popup li a.nav-sep { border-top: 1px solid #989898; border-style:in padding-left: 11px; /*display: none;*/ } -#net-update { background-position: 0px -126px; } +#notify-update { background-position: 0px -168px; } +#net-update { background-position: 0px -126px } #mail-update { background-position: 0px -40px; } #intro-update { background-position: 0px -84px; } #home-update { background-position: 0px 0px; } @@ -2887,6 +2888,10 @@ tr { repeat: no-repeat; } +.notify { + background-image: url("notify.png");} + repeat: no-repeat; +} .border { border: 1px solid #c1c1c1; |