Serghey Rodin пре 9 година
родитељ
комит
a10d358e7c
2 измењених фајлова са 8 додато и 2 уклоњено
  1. 5 1
      src/rpm/specs/vesta.spec
  2. 3 1
      web/templates/user/panel.html

+ 5 - 1
src/rpm/specs/vesta.spec

@@ -1,6 +1,6 @@
 Name:           vesta
 Version:        0.9.8
-Release:        16
+Release:        17
 Summary:        Vesta Control Panel
 Group:          System Environment/Base
 License:        GPL
@@ -53,6 +53,10 @@ fi
 %config(noreplace) %{_vestadir}/web/css/uploadify.css
 
 %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
 - Full keyboard control
 - Cron Helper

+ 3 - 1
web/templates/user/panel.html

@@ -17,12 +17,14 @@
       <!-- /.l-menu -->
 
       <div class="l-profile">
+        <a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>">&nbsp;</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>
       </div>
       <!-- /.l-profile -->
     </div>
   </div>
+  <ul class="notification-container hidden"></ul>
   <!-- /.l-header -->
 
 
@@ -99,4 +101,4 @@
       <!-- /.l-stats -->
     </div>
     <div class="l-separator"></div>
-    <!-- /.l-separator -->
+    <!-- /.l-separator -->