mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-24 18:24:31 +01:00
change the display form of the user's attributes
This commit is contained in:
parent
ebc5b69374
commit
80fa310f37
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user