]> git.mxchange.org Git - friendica.git/commitdiff
link contact requests badge to the contacts request page
authorrabuzarus <>
Wed, 20 Apr 2016 19:09:44 +0000 (21:09 +0200)
committerrabuzarus <>
Wed, 20 Apr 2016 19:09:44 +0000 (21:09 +0200)
css/style.css
templates/nav.tpl

index 5cd96686e0baddf3d7f054ff7aea45d23f97a1f3..1ab66fe3abf4cf9efba99bb1747e64a779fa96fc 100644 (file)
@@ -329,6 +329,9 @@ nav.navbar .nav>li>a:focus{
     text-shadow: none;
     display: none;*/
 }
+#topbar-first #intro-update{
+    cursor: pointer;
+}
 #topbar-first .topbar-nav .arrow:after {
     position: absolute;
     display: block;
index 9aa8f35e492868fe6d965378319b471ef9f26bf1..95b65fa840804d5ddb8a6a3f926818173979dbff 100644 (file)
@@ -59,7 +59,8 @@
                                                {{/if}}
 
                                                {{if $nav.contacts}}
-                                               <a id="nav-contacts-link" class="nav-menu {{$sel.contacts}} {{$nav.contacts.2}}" href="{{$nav.contacts.0}}" data-toggle="tooltip" title="{{$nav.contacts.1}}" ><i class="fa fa-users fa-lg"></i><span id="intro-update" class="nav-intro-badge badge nav-notify"></span></a>
+                                                       <a id="nav-contacts-link" class="nav-menu {{$sel.contacts}} {{$nav.contacts.2}}" href="{{$nav.contacts.0}}" data-toggle="tooltip" title="{{$nav.contacts.1}}" ><i class="fa fa-users fa-lg"></i></a>
+                                                       <span id="intro-update" class="nav-intro-badge badge nav-notify" onclick="window.location.href = '{{$nav.introductions.0}}' " data-toggle="tooltip" title="{{$nav.introductions.3}}"></span>
                                                {{/if}}
                                        </li>