1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-16 07:39:51 +02:00

bolding the user's attributes

This commit is contained in:
kakwa 2016-07-07 08:15:50 +02:00
parent 80fa310f37
commit 685031ef15

View File

@ -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>