Skip to content

Commit cff4935

Browse files
author
Kristan Kenney
committed
Change color of icon in toolbar for cron notifications when off
1 parent 0ba125c commit cff4935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_cron.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if($panel[$user]['CRON_REPORTS'] == 'yes') {
77
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-toggle-off status-icon red"></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 grey"></i> '.__('turn on notifications').'</a>';
1010
}
1111
?>
1212
</div>

0 commit comments

Comments
 (0)