Skip to content

Commit 6b14a33

Browse files
author
Kristan Kenney
committed
Fix display of data when viewing users list under standard user context
1 parent 784da90 commit 6b14a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/user/list_user.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
<div class="clearfix l-unit__stat-col--left super-compact">
9595
<input id="check<?=$i?>" class="ch-toggle" type="checkbox" name="user[]" value="<?=$key?>">
9696
</div>
97-
<div class="clearfix l-unit__stat-col--left wide-3 userlist-username"><b><a href="/login/?loginas=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('login as')?>"><?php echo $data[$key]['FNAME'];?> <span style="font-weight: normal !important;">(<?=$key?>)</span></b></a>
97+
<div class="clearfix l-unit__stat-col--left wide-3 userlist-username"><b><a href="/login/?loginas=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('login as')?> <?=$key?>"><?=$key?> <span style="font-weight: normal !important;">(<?php echo $data[$key]['NAME'];?>)</span></b></a>
9898
<br />
99-
<span class="userlist-email"><b><?=_('Email')?>:</b> <?=$data[$key]['CONTACT']?></span>
99+
<div class="userlist-email"><b><?=_('Email')?>:</b> <?=$data[$key]['CONTACT']?></div>
100100
</div>
101101
<!-- START QUICK ACTION TOOLBAR AREA -->
102102
<div class="clearfix l-unit__stat-col--left text-right compact-3">

0 commit comments

Comments
 (0)