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

View File

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