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

View File

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