summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_usermanager.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2017-02-26 13:53:56 -0800
committerRenato Botelho <renato@netgate.com>2017-03-02 16:31:23 -0300
commit293724bc432d4da1cc848c25b8011c7e61a4d332 (patch)
treec21cf67b490bdbbf344d167ccaf75afc914caeb1 /src/usr/local/www/system_usermanager.php
parent1401cc3ea83404f89559e1fdae22866cb261e1a1 (diff)
downloadpfsense-293724bc432d4da1cc848c25b8011c7e61a4d332.zip
pfsense-293724bc432d4da1cc848c25b8011c7e61a4d332.tar.gz
User Manager - Status Icon - Sort Order
Make status column sort order work correctly with the icons. (2.4, 2.3) (cherry picked from commit 0fdbaca8f16d0424cb2565ff4341e7620a7bdd2d)
Diffstat (limited to 'src/usr/local/www/system_usermanager.php')
-rw-r--r--src/usr/local/www/system_usermanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php
index 8d0e8b9..49e5e0d 100644
--- a/src/usr/local/www/system_usermanager.php
+++ b/src/usr/local/www/system_usermanager.php
@@ -628,7 +628,7 @@ foreach ($a_user as $i => $userent):
<?=htmlspecialchars($userent['name'])?>
</td>
<td><?=htmlspecialchars($userent['descr'])?></td>
- <td><i class="fa fa-<?= (isset($userent['disabled'])) ? 'ban" title="' . gettext("Disabled") . '"' : 'check" title="' . gettext("Enabled") . '"' ; ?>></i></td>
+ <td><i class="fa fa-<?= (isset($userent['disabled'])) ? 'ban" title="' . gettext("Disabled") . '"' : 'check" title="' . gettext("Enabled") . '"' ; ?>><span style='display: none'><?= (isset($userent['disabled'])) ? gettext("Disabled") : gettext("Enabled") ; ?></span></i></td>
<td><?=implode(",", local_user_get_groups($userent))?></td>
<td>
<a class="fa fa-pencil" title="<?=gettext("Edit user"); ?>" href="?act=edit&amp;userid=<?=$i?>"></a>
OpenPOWER on IntegriCloud