Skip to content

Commit e612acc

Browse files
author
Kristan Kenney
committed
Update users list
1 parent e1d142e commit e612acc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/templates/admin/list_user.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@
9999
<div class="clearfix l-unit__stat-col--left super-compact">
100100
<input id="check<?=$i?>" class="ch-toggle" type="checkbox" name="user[]" value="<?=$key?>">
101101
</div>
102-
<div class="clearfix l-unit__stat-col--left wide-3"><b><a href="/edit/user/?user=<?=$key?>&token=<?=$_SESSION['token']?>"><?=$data[$key]['FNAME']?> <?=$data[$key]['LNAME']?> <span style="font-weight: normal !important;">(<?=$key?>)</span></b></a><br /><span style="font-size: 0.75rem;"><?=str_replace(',', '<br />',$data[$key]['NS'])?></span></div>
102+
<div class="clearfix l-unit__stat-col--left wide-3"><b><a href="/edit/user/?user=<?=$key?>&token=<?=$_SESSION['token']?>"><?=$data[$key]['FNAME']?> <?=$data[$key]['LNAME']?> <span style="font-weight: normal !important;">(<?=$key?>)</span></b></a>
103+
<br />
104+
<span style="font-size: 0.8rem;"><b><?=__('Email')?>:</b> <?=$data[$key]['CONTACT']?></span>
105+
</div>
103106
<div class="clearfix l-unit__stat-col--left text-right"><b>
104107
<!-- START QUICK ACTION TOOLBAR AREA -->
105108

0 commit comments

Comments
 (0)