Explorar o código

added Notify and Msgs links in User Menu

Piotr Labudda %!s(int64=10) %!d(string=hai) anos
pai
achega
6ca225f282
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      SE/se-lib/ProcesMenu.php

+ 2 - 0
SE/se-lib/ProcesMenu.php

@@ -797,6 +797,8 @@ jQuery(document).ready(function() {
 							<?php endif; ?>
 
 							<li><a href="procesy5.php?task=USER" title="<?php echo User::getName(); ?>"><i class="glyphicon glyphicon-user"></i> Profil</a></li>
+							<li><a href="index.php?_route=UserMsgs" title="Wiadomości systemowe"><i class="glyphicon glyphicon-envelope"></i> Wiadomości</a></li>
+							<li><a href="index.php?_route=Notify" title="Powiadomienia"><i class="glyphicon glyphicon-bell"></i> Powiadomienia</a></li>
 							<li><a href="index.php?_route=Users&_task=reloadPerms" title="Przeładuj uprawnienia"><i class="glyphicon glyphicon-refresh"></i> Przeładuj uprawnienia</a></li>
 							<?php if (User::isAdmin()) : ?>
 								<li class="divider"></li>