mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
(legacy) fix padding in system_usermanager.php, closes https://github.com/opnsense/core/issues/561
This commit is contained in:
parent
6b48c19387
commit
cfb34330ee
@ -1015,21 +1015,25 @@ $( document ).ready(function() {
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<table>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td width="20px"></td>
|
||||
<td width="20px"><span class="glyphicon glyphicon-user text-danger"></span></td>
|
||||
<td width="200px"><?= gettext('System Admininistrator') ?></td>
|
||||
<td width="20px"><span class="glyphicon glyphicon-user text-muted"></span></td>
|
||||
<td width="200px"><?= gettext('Disabled User') ?></td>
|
||||
<td width="20px"><span class="glyphicon glyphicon-user text-info"></span></td>
|
||||
<td width="200px"><?= gettext('Normal User') ?></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td width="20px"></td>
|
||||
<td width="20px"><span class="glyphicon glyphicon-user text-danger"></span></td>
|
||||
<td width="200px"><?= gettext('System Admininistrator') ?></td>
|
||||
<td width="20px"><span class="glyphicon glyphicon-user text-muted"></span></td>
|
||||
<td width="200px"><?= gettext('Disabled User') ?></td>
|
||||
<td width="20px"><span class="glyphicon glyphicon-user text-info"></span></td>
|
||||
<td width="200px"><?= gettext('Normal User') ?></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<?php
|
||||
endif;?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user