]> git.mxchange.org Git - friendica.git/commitdiff
testbubble notifications
authorfriendica <info@friendica.com>
Mon, 5 Mar 2012 08:53:42 +0000 (00:53 -0800)
committerfriendica <info@friendica.com>
Mon, 5 Mar 2012 08:53:42 +0000 (00:53 -0800)
view/theme/testbubble/nav.tpl
view/theme/testbubble/notifications.png
view/theme/testbubble/style.css

index d657a11c57afbb6b7057ba8ce355828a2ea0e461..e515b547cf4bd312cf84ddbb975aeca506e2dea2 100755 (executable)
@@ -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>
index 803257fec0ae504c556d4076ff3150fa77df7954..f0e24a15b2157370303867e4cae910fe31d0a886 100755 (executable)
Binary files a/view/theme/testbubble/notifications.png and b/view/theme/testbubble/notifications.png differ
index c6f66d5adc03fa677694b463021bd811831c1c80..11a639713943c28246778d0ad2b3d05d8617c332 100755 (executable)
@@ -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;