Commit bf814802 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) fix padding in system_usermanager.php, closes https://github.com/opnsense/core/issues/561

(cherry picked from commit cfb34330)
parent 55a7ee34
......@@ -1016,21 +1016,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;?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment