File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 <!-- /.l-menu -->
2121 < div class ="l-profile noselect ">
2222 < div class ="l-menu__item "> < span class ="pill usage "> < i class ="fas fa-hdd "> </ i > < b > < ?=humanize_usage_size($panel[$user]['U_DISK'])?> </ b > < ?=humanize_usage_measure($panel[$user]['U_DISK'])?> / < i class ="fas fa-exchange-alt "> </ i > < b > < ?=humanize_usage_size($panel[$user]['U_BANDWIDTH'])?> </ b > < ?=humanize_usage_measure($panel[$user]['U_BANDWIDTH'])?> </ span > </ div >
23- < div class ="l-menu__item "> < a alt ="<?=__('Notifications')?> " class ="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates "; ?> "> < i class ="fas fa-bell <?if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " status-icon-orange "; ?> "> </ i > </ a > </ div >
23+ < div class ="l-menu__item "> < a alt ="<?=__('Notifications')?> " class ="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates "; ?> "> < i class ="fas fa-bell <?if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " animated extended swing status-icon-orange "; ?> "> </ i > </ a > </ div >
2424 < div class ="l-menu__item "> < a href ="/edit/user/?user=<?php echo $user; ?> " alt ="<?=$user?> "> < i class ="fas fa-user-circle "> </ i > </ a > </ div >
2525 < div class ="l-menu__item "> < a href ="/logout/ " alt ="<?=__('Log out')?> "> < ?=__('Log out')?> < i class ="fas fa-sign-out-alt "> </ i > </ a > </ div >
2626 </ div >
2727 <!-- /.l-profile -->
2828 </ div >
2929</ div >
30- < ul class ="notification-container hidden animated slideInDown "> </ ul >
30+ < ul class ="notification-container hidden animated fadeIn "> </ ul >
3131
3232<!-- /.l-header -->
3333
Original file line number Diff line number Diff line change 2525 <!-- /.l-profile -->
2626 </ div >
2727</ div >
28- < ul class ="notification-container hidden animated slideInDown "> </ ul >
28+ < ul class ="notification-container hidden animated fadeIn "> </ ul >
2929
3030<!-- /.l-header -->
3131
You can’t perform that action at this time.
0 commit comments