Add alternating table layout to module views

This commit is contained in:
Matthias Jentsch 2015-06-22 09:46:03 +02:00
parent f5e30a84f1
commit d3dd88a925
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
</div>
<?php endif ?>
<div class="content">
<table class="action" data-base-target="_next">
<table class="action alternating" data-base-target="_next">
<tbody>
<?php foreach ($modules as $module): ?>
<tr>

View File

@ -9,7 +9,7 @@
<?= $this->icon('plus'); ?> <?= $this->translate('Create New Monitoring Backend'); ?>
</a>
</p>
<table class="action">
<table class="action alternating">
<thead>
<th><?= $this->translate('Monitoring Backend'); ?></th>
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
@ -53,7 +53,7 @@
<?= $this->icon('plus'); ?> <?= $this->translate('Create New Instance'); ?>
</a>
</p>
<table class="action">
<table class="action alternating">
<thead>
<th><?= $this->translate('Instance'); ?></th>
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>