CSS: Add listing-table to the user list

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 12:42:20 +02:00
parent f42f655e7a
commit aa6357a385
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ $reducible = $this->hasPermission('config/authentication/users/remove') && $back
'class' => 'action-link'
)) ?>
<?php endif ?>
<table class="action-table" data-base-target="_next">
<table class="action-table listing-table" data-base-target="_next">
<thead>
<tr>
<th><?= $this->translate('Username') ?></th>