1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-06 19:17:48 +02:00

change the display form of the user's attributes

This commit is contained in:
kakwa 2016-07-07 08:11:50 +02:00
parent ebc5b69374
commit 80fa310f37

View File

@ -5,8 +5,11 @@
<div class="col-md-2 column">
</div>
<div class="col-md-12 column">
<div class="well well-sm">
<legend>Your attributes:</legend>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Your attributes:</h3>
</div>
<div class="panel-body">
<table id="RecordTable" class="table table-hover table-condensed">
<tbody>
% if not searchresult is None:
@ -25,6 +28,8 @@
% endfor
%endif
</tbody>
</table>
</div>
</div>
</div>
<div class="col-md-2 column">