Add alternating table layout to module views
This commit is contained in:
parent
f5e30a84f1
commit
d3dd88a925
|
@ -8,7 +8,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<table class="action" data-base-target="_next">
|
<table class="action alternating" data-base-target="_next">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($modules as $module): ?>
|
<?php foreach ($modules as $module): ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<?= $this->icon('plus'); ?> <?= $this->translate('Create New Monitoring Backend'); ?>
|
<?= $this->icon('plus'); ?> <?= $this->translate('Create New Monitoring Backend'); ?>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<table class="action">
|
<table class="action alternating">
|
||||||
<thead>
|
<thead>
|
||||||
<th><?= $this->translate('Monitoring Backend'); ?></th>
|
<th><?= $this->translate('Monitoring Backend'); ?></th>
|
||||||
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
|
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
<?= $this->icon('plus'); ?> <?= $this->translate('Create New Instance'); ?>
|
<?= $this->icon('plus'); ?> <?= $this->translate('Create New Instance'); ?>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<table class="action">
|
<table class="action alternating">
|
||||||
<thead>
|
<thead>
|
||||||
<th><?= $this->translate('Instance'); ?></th>
|
<th><?= $this->translate('Instance'); ?></th>
|
||||||
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
|
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
|
||||||
|
|
Loading…
Reference in New Issue