">

" >
$value) { ++$i; if ($data[$key]['SUSPENDED'] == 'yes') { $status = 'suspended'; $spnd_action = 'unsuspend'; $spnd_action_title = _('Unsuspend'); $spnd_icon = 'fa-play'; $spnd_icon_class = 'icon-green'; $spnd_confirmation = _('Are you sure you want to unsuspend this cron job?') ; } else { $status = 'active'; $spnd_action = 'suspend'; $spnd_action_title = _('Suspend'); $spnd_icon = 'fa-pause'; $spnd_icon_class = 'icon-highlight'; $spnd_confirmation = _('Are you sure you want to suspend this cron job?') ; } ?>