diff --git a/modules/setup/application/views/scripts/form/setup-modules.phtml b/modules/setup/application/views/scripts/form/setup-modules.phtml index 8d8e9ecf9..859acfaa2 100644 --- a/modules/setup/application/views/scripts/form/setup-modules.phtml +++ b/modules/setup/application/views/scripts/form/setup-modules.phtml @@ -3,11 +3,18 @@ use Icinga\Web\Wizard; ?> -
+

translate('Modules', 'setup.page.title'); ?>

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;
getElement(Wizard::BTN_PREV); ?> getElement(Wizard::BTN_NEXT); ?> + 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;

translate('Module'); ?>

getRequirements(); ?> -
+ getElement($form->getTokenElementName()); ?> getElement($form->getUidElementName()); ?>
@@ -21,6 +28,7 @@ use Icinga\Web\Wizard; } echo $btn; ?> + getElement(Wizard::PROGRESS_ELEMENT); ?>
translate('You may also need to restart the web-server for the changes to take effect!'); ?> qlink( diff --git a/modules/setup/application/views/scripts/form/setup-summary.phtml b/modules/setup/application/views/scripts/form/setup-summary.phtml index e8053a897..7c91ecd05 100644 --- a/modules/setup/application/views/scripts/form/setup-summary.phtml +++ b/modules/setup/application/views/scripts/form/setup-summary.phtml @@ -20,11 +20,20 @@ use Icinga\Web\Wizard;
- + getElement($form->getTokenElementName()); ?> getElement($form->getUidElementName()); ?>
getElement(Wizard::BTN_PREV); ?> getElement(Wizard::BTN_NEXT)->setAttrib('class', 'finish'); ?> + getElement(Wizard::PROGRESS_ELEMENT); ?>
\ No newline at end of file