We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba125c commit cff4935Copy full SHA for cff4935
web/templates/admin/list_cron.html
@@ -6,7 +6,7 @@
6
if($panel[$user]['CRON_REPORTS'] == 'yes') {
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>';
8
} else {
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>';
+ echo '<a class="ui-button cancel" href="/add/cron/reports/?token='.$_SESSION['token'].'"><i class="fas fa-toggle-off status-icon grey"></i> '.__('turn on notifications').'</a>';
10
}
11
?>
12
</div>
0 commit comments