mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
bolding the user's attributes
This commit is contained in:
parent
80fa310f37
commit
685031ef15
@ -21,7 +21,7 @@
|
|||||||
if type(value) is list:
|
if type(value) is list:
|
||||||
value = ', '.join(value)
|
value = ', '.join(value)
|
||||||
%>
|
%>
|
||||||
<td>${attrs_list[attr]['display_name']}:</td>
|
<td><b>${attrs_list[attr]['display_name']}</b>:</td>
|
||||||
<td>${value}</td>
|
<td>${value}</td>
|
||||||
% endif
|
% endif
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user