Skip to content

Commit

Permalink
CSS: Use name-value-table for the config/module view script
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent d7efa55 commit fc8237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/config/module.phtml
Expand Up @@ -11,7 +11,7 @@
$permissions = $module->getProvidedPermissions();
$state = $moduleData->enabled ? ($moduleData->loaded ? 'enabled' : 'failed') : 'disabled'
?>
<table class="avp">
<table class="name-value-table">
<tr>
<th><?= $this->escape($this->translate('Name')) ?></th>
<td><?= $this->escape($module->getName()) ?></td>
Expand Down

0 comments on commit fc8237b

Please sign in to comment.