= $this->translate('The following modules were found in your Icinga Web 2 installation. To enable and configure a module, just tick it and click "Next".'); ?>
getElements() as $element): ?>
- getName(), array(Wizard::BTN_PREV, Wizard::BTN_NEXT, $form->getTokenElementName(), $form->getUidElementName()))): ?>
+ getName(), array(Wizard::BTN_PREV, Wizard::BTN_NEXT, Wizard::PROGRESS_ELEMENT, $form->getTokenElementName(), $form->getUidElementName()))): ?>
@@ -20,5 +27,6 @@ use Icinga\Web\Wizard;
= $form->getElement(Wizard::BTN_PREV); ?>
= $form->getElement(Wizard::BTN_NEXT); ?>
+ = $form->getElement(Wizard::PROGRESS_ELEMENT); ?>
diff --git a/modules/setup/application/views/scripts/form/setup-requirements.phtml b/modules/setup/application/views/scripts/form/setup-requirements.phtml
index fbd2c692a..3ddd5b404 100644
--- a/modules/setup/application/views/scripts/form/setup-requirements.phtml
+++ b/modules/setup/application/views/scripts/form/setup-requirements.phtml
@@ -9,7 +9,14 @@ use Icinga\Web\Wizard;
= ucwords($moduleName) . ' ' . $this->translate('Module'); ?>
= $wizard->getRequirements(); ?>
-