diff --git a/modules/setup/application/views/scripts/form/setup-requirements.phtml b/modules/setup/application/views/scripts/form/setup-requirements.phtml
index 9918df008..571a661b6 100644
--- a/modules/setup/application/views/scripts/form/setup-requirements.phtml
+++ b/modules/setup/application/views/scripts/form/setup-requirements.phtml
@@ -1,66 +1,35 @@
getRequirements();
-$iterator = new RecursiveIteratorIterator($requirements);
+echo $requirements;
?>
-
-
-
-
- = $requirement->getTitle(); ?> |
-
- getDescriptions(); ?>
- 1): ?>
-
-
- = $descriptions[0]; ?>
-
- |
- = $requirement->getStateText(); ?> |
-
-
-
- |
- |
-
-
- translate('You may also need to restart the web-server for the changes to take effect!'); ?>
- = $this->qlink(
- $this->translate('Refresh'),
- null,
- null,
- array(
- 'class' => 'button-like',
- 'title' => $title,
- 'aria-label' => sprintf($this->translate('Refresh the page; %s'), $title)
- )
- ); ?>
-
- |
-
-
-
+
+ translate('You may also need to restart the web-server for the changes to take effect!'); ?>
+ = $this->qlink(
+ $this->translate('Refresh'),
+ null,
+ null,
+ array(
+ 'class' => 'button-like',
+ 'title' => $title,
+ 'aria-label' => sprintf($this->translate('Refresh the page; %s'), $title)
+ )
+ ); ?>
+