diff --git a/application/views/scripts/config/modules.phtml b/application/views/scripts/config/modules.phtml
index 9689d777e..e9f43c6f3 100644
--- a/application/views/scripts/config/modules.phtml
+++ b/application/views/scripts/config/modules.phtml
@@ -8,7 +8,12 @@
-
+
+
+
+ = $this->translate('Module') ?> |
+
+
@@ -25,7 +30,7 @@
$module->name,
'config/module/',
array('name' => $module->name),
- array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->name))
+ array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->name), 'class' => 'rowaction')
); ?>