diff --git a/application/views/scripts/config/modules.phtml b/application/views/scripts/config/modules.phtml index 32488daac..89e51296a 100644 --- a/application/views/scripts/config/modules.phtml +++ b/application/views/scripts/config/modules.phtml @@ -1,40 +1,43 @@ compact): ?>
- tabs ?> -
- limiter ?> - paginator ?> -
+ tabs ?> +
+ limiter ?> + paginator ?> +
- +
- + - - + - + echo $this->qlink( + $module->name, + 'config/module/', + array('name' => $module->name), + array( + 'class' => 'rowaction', + 'title' => sprintf($this->translate('Show the overview of the %s module'), $module->name) + ) + ); ?> + + -
translate('Module') ?>translate('Module') ?>
- enabled && $module->loaded) { - echo $this->icon('thumbs-up', sprintf($this->translate('Module %s is enabled'), $module->name)); - } elseif (! $module->enabled) { - echo $this->icon('block', sprintf($this->translate('Module %s is disabled'), $module->name)); - } else { // ! $module->loaded - echo $this->icon('block', sprintf($this->translate('Module %s has failed to load'), $module->name)); - } +
+ enabled && $module->loaded) { + echo $this->icon('thumbs-up', sprintf($this->translate('Module %s is enabled'), $module->name)); + } elseif (! $module->enabled) { + echo $this->icon('block', sprintf($this->translate('Module %s is disabled'), $module->name)); + } else { // ! $module->loaded + echo $this->icon('block', sprintf($this->translate('Module %s has failed to load'), $module->name)); + } - echo $this->qlink( - $module->name, - 'config/module/', - array('name' => $module->name), - array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->name), 'class' => 'rowaction') - ); ?> -
+