]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/templates/nav.tpl
Merge pull request #2321 from fabrixxm/mobile_acl_dialog
[friendica.git] / view / theme / vier / templates / nav.tpl
index f1602597c8af0ee76db60f90e7d8193cdec36caa..d2b2838b3e2ee1b75b347d5c422486d2bc3fe945 100644 (file)
 
 </nav>
 <ul id="nav-notifications-template" style="display:none;" rel="template">
-       <li class="{4}"><a href="{0}" title="{5}"><img data-src="{1}">{2} <span class="notif-when">{3}</span></a></li>
+       <li class="{4}" onclick="location.href='{0}';">
+               <div class="notif-entry-wrapper">
+                       <div class="notif-photo-wrapper"><a href="{6}"><img data-src="{1}"></a></div>
+                       <div class="notif-desc-wrapper">
+                               {8}{7}
+                               <div><time class="notif-when" title="{5}">{3}</time></div>
+                       </div>
+               </div>
+       </li>
 </ul>
 <!--
 <div class="icon-flag" style="position: fixed; bottom: 10px; left: 20px; z-index:9;">{{$langselector}}</div>