mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
user notification panel
This commit is contained in:
parent
c0290f7137
commit
a10d358e7c
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
Name: vesta
|
Name: vesta
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 16
|
Release: 17
|
||||||
Summary: Vesta Control Panel
|
Summary: Vesta Control Panel
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
|
@ -53,6 +53,10 @@ fi
|
||||||
%config(noreplace) %{_vestadir}/web/css/uploadify.css
|
%config(noreplace) %{_vestadir}/web/css/uploadify.css
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 14 2016 Serghey Rodin <builder@vestacp.com> - 0.9.8-17
|
||||||
|
- Let's Encrupt support
|
||||||
|
- System Config Editor
|
||||||
|
|
||||||
* Mon Jun 27 2016 Serghey Rodin <builder@vestacp.com> - 0.9.8-16
|
* Mon Jun 27 2016 Serghey Rodin <builder@vestacp.com> - 0.9.8-16
|
||||||
- Full keyboard control
|
- Full keyboard control
|
||||||
- Cron Helper
|
- Cron Helper
|
||||||
|
|
|
@ -17,12 +17,14 @@
|
||||||
<!-- /.l-menu -->
|
<!-- /.l-menu -->
|
||||||
|
|
||||||
<div class="l-profile">
|
<div class="l-profile">
|
||||||
|
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>"> </a>
|
||||||
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><? if(($_SESSION['user'] == 'admin') && ($user != 'admin')) echo 'admin → ' ?><?=$user?></a>
|
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><? if(($_SESSION['user'] == 'admin') && ($user != 'admin')) echo 'admin → ' ?><?=$user?></a>
|
||||||
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>
|
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.l-profile -->
|
<!-- /.l-profile -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<ul class="notification-container hidden"></ul>
|
||||||
<!-- /.l-header -->
|
<!-- /.l-header -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -99,4 +101,4 @@
|
||||||
<!-- /.l-stats -->
|
<!-- /.l-stats -->
|
||||||
</div>
|
</div>
|
||||||
<div class="l-separator"></div>
|
<div class="l-separator"></div>
|
||||||
<!-- /.l-separator -->
|
<!-- /.l-separator -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue