File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11Name: vesta
22Version: 0.9.8
3- Release: 16
3+ Release: 17
44Summary: Vesta Control Panel
55Group: System Environment/Base
66License: GPL
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
Original file line number Diff line number Diff line change 1717 <!-- /.l-menu -->
1818
1919 < div class ="l-profile ">
20+ < a class ="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates "; ?> "> </ 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
99101 <!-- /.l-stats -->
100102 </ div >
101103 < div class ="l-separator "> </ div >
102- <!-- /.l-separator -->
104+ <!-- /.l-separator -->
You can’t perform that action at this time.
0 commit comments