|
= ($tour->settings->active) ? ' checked' : '' ?>>
|
= htmlReady($tour->name) ?>
|
= $tour->language ?> |
= $tour->type ?> |
= $tour->settings->access ?> |
if (count($tour->steps)): ?>
= htmlReady($tour->steps[0]->route) ?>
endif; ?>
|
= count($tour->steps) ?> |
= ActionMenu::get()->addLink(
$controller->url_for('tour/admin_details/' . $tour_id),
_('Tour bearbeiten'),
Icon::create('edit')
)->addLink(
$controller->url_for('tour/export/' . $tour_id),
_('Tour exportieren'),
Icon::create('export'),
['disabled' => count($tour->steps) === 0]
)->addButton(
'tour_remove_' . $tour_id,
_('Tour löschen'),
Icon::create('trash')
) ?>
|
endforeach ?>