acym_translation('ACYM_DELETE'), 'setActive' => acym_translation('ACYM_ENABLE'), 'setInactive' => acym_translation('ACYM_DISABLE'), ]; echo acym_listingActions($actions); ?>
['ACYM_ALL', $data["automationNumberPerStatus"]["all"]], 'active' => ['ACYM_ACTIVE', $data["automationNumberPerStatus"]["active"]], 'inactive' => ['ACYM_INACTIVE', $data["automationNumberPerStatus"]["inactive"]], ]; echo acym_filterStatus($options, $data["status"], 'automation_status'); ?>
strtolower(acym_translation('ACYM_ID')), "name" => acym_translation('ACYM_NAME'), "active" => acym_translation('ACYM_ACTIVE'), ], "automation" ); ?>
description = acym_escape(acym_translation($automation->description)); if (strlen($automation->description) >= 50) { echo acym_tooltip(substr($automation->description, 0, 50), $automation->description).'...'; } else { echo $automation->description; } ?>
active == 1 ? 'fa-check-circle-o acym__color__green" newvalue="0' : 'fa-times-circle-o acym__color__red" newvalue="1'; echo ''; ?>
id); ?>
display('automation'); ?>