From e4c097f9b8d2e512ef03b43aca90778313a342f0 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Wed, 20 Sep 2023 09:06:59 +0200 Subject: [PATCH] Drop obsolete `jobs` view scripts --- application/views/scripts/jobs/index.phtml | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 application/views/scripts/jobs/index.phtml diff --git a/application/views/scripts/jobs/index.phtml b/application/views/scripts/jobs/index.phtml deleted file mode 100644 index e86c3a67..00000000 --- a/application/views/scripts/jobs/index.phtml +++ /dev/null @@ -1,46 +0,0 @@ -
- -
-
-
- qlink( - $this->translate('Create a New Job') , - 'x509/jobs/new', - null, - [ - 'class' => 'button-link', - 'data-base-target' => '_next', - 'icon' => 'plus', - 'title' => $this->translate('Create a New Job') - ] - ) ?> -
-hasResult()): ?> -

escape($this->translate('No jobs configured yet.')) ?>

- - - - - - - - - - - - - - - -
escape($this->translate('Name')) ?>
qlink($job->name, 'x509/jobs/update', ['name' => $job->name]) ?>qlink( - null, - 'x509/jobs/remove', - array('name' => $job->name), - array( - 'class' => 'action-link', - 'icon' => 'cancel', - 'title' => $this->translate('Remove this job') - ) - ) ?>
- -