= $this->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()): ?>
= $this->escape($this->translate('No jobs configured yet.')) ?>
= $this->escape($this->translate('Name')) ?> | |
---|---|
= $this->qlink($job->name, 'x509/jobs/update', ['name' => $job->name]) ?> | = $this->qlink( null, 'x509/jobs/remove', array('name' => $job->name), array( 'class' => 'action-link', 'icon' => 'cancel', 'title' => $this->translate('Remove this job') ) ) ?> |