Remove id form table in config/resource

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:19:23 +02:00
parent 56be19f172
commit bd62547099
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<a href="<?= $this->href('config/createresource'); ?>">
<?= $this->icon('plus'); ?> <?= $this->translate('Create A New Resource'); ?>
</a>
<table class="action alternating" id="resource-edit-table">
<table class="action alternating">
<thead>
<th><?= $this->translate('Resource'); ?></th>
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>