"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "modules/setup/application/views/scripts/form/setup-requirements.phtml" between
icingaweb2-2.11.3.tar.gz and icingaweb2-2.11.4.tar.gz

About: Icinga Web 2 is an Web interface for Icinga 2, a network and computer system monitoring system.

setup-requirements.phtml  (icingaweb2-2.11.3):setup-requirements.phtml  (icingaweb2-2.11.4)
skipping to change at line 17 skipping to change at line 17
} }
?> ?>
<h1>Icinga Web 2</h1> <h1>Icinga Web 2</h1>
<?= $form->getWizard()->getRequirements(true); ?> <?= $form->getWizard()->getRequirements(true); ?>
<?php foreach ($form->getWizard()->getPage('setup_modules')->getModuleWizards() as $moduleName => $wizard): ?> <?php foreach ($form->getWizard()->getPage('setup_modules')->getModuleWizards() as $moduleName => $wizard): ?>
<h1><?= ucwords($moduleName) . ' ' . $this->translate('Module'); ?></h1> <h1><?= ucwords($moduleName) . ' ' . $this->translate('Module'); ?></h1>
<?= $wizard->getRequirements(); ?> <?= $wizard->getRequirements(); ?>
<?php endforeach ?> <?php endforeach ?>
<form <form
id="<?= $form->getName(); ?>" id="<?= $this->escape($form->getName()); ?>"
name="<?= $form->getName(); ?>" name="<?= $this->escape($form->getName()); ?>"
enctype="<?= $form->getEncType(); ?>" enctype="<?= $this->escape($form->getEncType()); ?>"
method="<?= $form->getMethod(); ?>" method="<?= $this->escape($form->getMethod()); ?>"
action="<?= $form->getAction(); ?>" action="<?= $this->escape($form->getAction()); ?>"
data-progress-element="<?= Wizard::PROGRESS_ELEMENT; ?>" data-progress-element="<?= Wizard::PROGRESS_ELEMENT; ?>"
> >
<?= $form->getElement($form->getTokenElementName()); ?> <?= $form->getElement($form->getTokenElementName()); ?>
<?= $form->getElement($form->getUidElementName()); ?> <?= $form->getElement($form->getUidElementName()); ?>
<div class="buttons"> <div class="buttons">
<?php <?php
$double = clone $form->getElement(Wizard::BTN_NEXT); $double = clone $form->getElement(Wizard::BTN_NEXT);
echo $double->setAttrib('class', 'double'); echo $double->setAttrib('class', 'double');
?> ?>
<?= $form->getElement(Wizard::BTN_PREV); ?> <?= $form->getElement(Wizard::BTN_PREV); ?>
 End of changes. 1 change blocks. 
5 lines changed or deleted 5 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)