File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 < a href ="/add/cron/ " id ="btn-create " class ="ui-button cancel " title ="<?=__('Add Cron Job')?> "> < i class ="fas fa-plus-circle status-icon green "> </ i > < ?=__('Add Cron Job')?> </ a >
55 < ?
66 if($panel[$user]['CRON_REPORTS'] == 'yes') {
7- echo '< a class ="ui-button cancel " href ="/delete/cron/reports/?token='.$_SESSION['token'].' "> < i class ="fas fa-bell status-icon orange "> </ i > '.__('turn off notifications').'</ a > ';
7+ echo '< a class ="ui-button cancel " href ="/delete/cron/reports/?token='.$_SESSION['token'].' "> < i class ="fas fa-toggle-off status-icon green "> </ i > '.__('turn off notifications').'</ a > ';
88 } else {
9- echo '< a class ="ui-button cancel " href ="/add/cron/reports/?token='.$_SESSION['token'].' "> < i class ="fas fa-bell-slash status-icon orange "> </ i > '.__('turn on notifications').'</ a > ';
9+ echo '< a class ="ui-button cancel " href ="/add/cron/reports/?token='.$_SESSION['token'].' "> < i class ="fas fa-toggle-off status-icon red "> </ i > '.__('turn on notifications').'</ a > ';
1010 }
1111 ?>
1212 </ div >
You can’t perform that action at this time.
0 commit comments