Skip to content

Commit a10d358

Browse files
author
Serghey Rodin
committed
user notification panel
1 parent c0290f7 commit a10d358

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/rpm/specs/vesta.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: vesta
22
Version: 0.9.8
3-
Release: 16
3+
Release: 17
44
Summary: Vesta Control Panel
55
Group: System Environment/Base
66
License: GPL
@@ -53,6 +53,10 @@ fi
5353
%config(noreplace) %{_vestadir}/web/css/uploadify.css
5454

5555
%changelog
56+
* Mon Nov 14 2016 Serghey Rodin <builder@vestacp.com> - 0.9.8-17
57+
- Let's Encrupt support
58+
- System Config Editor
59+
5660
* Mon Jun 27 2016 Serghey Rodin <builder@vestacp.com> - 0.9.8-16
5761
- Full keyboard control
5862
- Cron Helper

web/templates/user/panel.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
<!-- /.l-menu -->
1818

1919
<div class="l-profile">
20+
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>">&nbsp;</a>
2021
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><? if(($_SESSION['user'] == 'admin') && ($user != 'admin')) echo 'admin → ' ?><?=$user?></a>
2122
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>
2223
</div>
2324
<!-- /.l-profile -->
2425
</div>
2526
</div>
27+
<ul class="notification-container hidden"></ul>
2628
<!-- /.l-header -->
2729

2830

@@ -99,4 +101,4 @@
99101
<!-- /.l-stats -->
100102
</div>
101103
<div class="l-separator"></div>
102-
<!-- /.l-separator -->
104+
<!-- /.l-separator -->

0 commit comments

Comments
 (0)