CSS: Use name-value-table for the config/module view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-29 18:04:15 +02:00
parent d7efa55889
commit fc8237b52a
1 changed files with 1 additions and 1 deletions

View File

@ -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>