Style reorder-authbackend

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:47:54 +02:00
parent a17375f7fe
commit e876dce9d3
1 changed files with 6 additions and 5 deletions

View File

@ -2,8 +2,8 @@
<table class="action-table listing-table">
<thead>
<th>Backend</th>
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
<th style="width: 5em"><?= $this->translate('Order'); ?></th>
<th></th>
<th></th>
</thead>
<tbody>
<?php
@ -26,18 +26,19 @@
)
); ?>
</td>
<td>
<td class="text-right">
<?= $this->qlink(
'',
'config/removeuserbackend',
array('backend' => $backendNames[$i]),
array(
'icon' => 'trash',
'class' => 'action-link',
'icon' => 'cancel',
'title' => sprintf($this->translate('Remove user backend %s'), $backendNames[$i])
)
); ?>
</td>
<td data-base-target="_self">
<td class="text-right" data-base-target="_self">
<?php if ($i > 0): ?>
<button type="submit" name="backend_newpos" class="link-like icon-only animated move-up" value="<?= sprintf(
'%s|%s',