diff --git a/application/views/scripts/job/index.phtml b/application/views/scripts/job/index.phtml new file mode 100644 index 00000000..3a63943b --- /dev/null +++ b/application/views/scripts/job/index.phtml @@ -0,0 +1,50 @@ +
+tabs ?> +

escape($this->title) ?>

+ +actionLinks ?> + +
+ +
+disabled === 'y'): ?> +

translate( + 'This job would run every %ds. It has been disabled and will therefore not be executed as scheduled' + ), + $job->run_interval +) ?> +

+ +

+job(); echo $class::getDescription() ?> +isPending()): ?> +translate('This job runs every %ds and is currently pending'), $job->run_interval) ?> + +translate('This job runs every %ds.'), $job->run_interval) ?> + +

+ +ts_last_attempt): ?> +last_attempt_succeeded): ?> +

translate('The last attempt succeeded at %s'), + $job->ts_last_attempt +) ?>

+ +

translate('The last attempt failed at %s: %s'), + $job->ts_last_attempt, + $this->escape($job->ts_last_error) +) ?>

+ + +translate('This job has not been executed yet') ?> + + +
+escape(
+print_r($this->job->getProperties(), 1)
+) ?>
+
+