+ $this));
+ ?>
+
+
+ items)): ?>
+
+
+
+
+
+
+
+
+ items)): ?>
+
+
+
+
+ ,
+ ,
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+ class="js-draggable" data-url="" data-direction="" data-nested="true" >
+ items as $i => $item):
+ $canCreate = $user->authorise('core.create', 'com_scheduler');
+ $canEdit = $user->authorise('core.edit', 'com_scheduler');
+ $canChange = $user->authorise('core.edit.state', 'com_scheduler');
+ ?>
+
+
+
+
+
+ id, false, 'cid', 'cb', $item->title); ?>
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ state, $i, 'tasks.', $canChange); ?>
+ |
+
+
+
+ locked) : ?>
+ $canChange, 'prefix' => 'tasks.',
+ 'active_class' => 'none fa fa-running border-dark text-body',
+ 'inactive_class' => 'none fa fa-running', 'tip' => true, 'translate' => false,
+ 'active_title' => Text::sprintf('COM_SCHEDULER_RUNNING_SINCE', HTMLHelper::_('date', $item->last_execution, 'DATE_FORMAT_LC5')),
+ 'inactive_title' => Text::sprintf('COM_SCHEDULER_RUNNING_SINCE', HTMLHelper::_('date', $item->last_execution, 'DATE_FORMAT_LC5')),
+ ]); ?>
+
+
+ escape($item->title); ?>
+
+ escape($item->title); ?>
+
+
+
+ note)): ?>
+
+
+ escape($item->note)); ?>
+
+
+ |
+
+
+
+ escape($item->safeTypeTitle); ?>
+ |
+
+
+
+ last_execution ? HTMLHelper::_('date', $item->last_execution, 'DATE_FORMAT_LC5') : '-'; ?>
+ |
+
+
+
+
+ |
+
+
+
+ id; ?>
+ |
+
+
+
+
+
+ pagination->getListFooter();
+
+ // Modal for test runs
+ $modalparams = [
+ 'title' => '',
+ ];
+
+ $modalbody = '
';
+
+ echo HTMLHelper::_('bootstrap.renderModal', 'scheduler-test-modal', $modalparams, $modalbody);
+
+ ?>
+
+
+
+
+
+
+
+