Indent module config overview w/ 4 spaces

This commit is contained in:
Eric Lippmann 2015-11-03 12:30:51 +01:00
parent b6b4d5dca2
commit 031c5af9fd

View File

@ -30,7 +30,10 @@
$module->name, $module->name,
'config/module/', 'config/module/',
array('name' => $module->name), array('name' => $module->name),
array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->name), 'class' => 'rowaction') array(
'class' => 'rowaction',
'title' => sprintf($this->translate('Show the overview of the %s module'), $module->name)
)
); ?> ); ?>
</td> </td>
</tr> </tr>