mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
cleaning the result table in search*
This commit is contained in:
parent
e0a40bd09b
commit
30dc907d82
@ -15,6 +15,7 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
% if not searchresult is None:
|
||||
<div class="row clearfix top-buffer bottom-buffer">
|
||||
<div class="col-md-12 column">
|
||||
<div class="well well-sm">
|
||||
@ -61,21 +62,9 @@
|
||||
</tr>
|
||||
% endfor
|
||||
</tbody>
|
||||
<tr>
|
||||
%for attr in attrs_list:
|
||||
<th>
|
||||
${attrs_list[attr]}
|
||||
</th>
|
||||
% endfor
|
||||
<th class="sorter-false">
|
||||
Modify
|
||||
</th>
|
||||
<th class="sorter-false">
|
||||
Delete
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
%endif
|
||||
</%block>
|
||||
|
@ -15,6 +15,7 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
% if not searchresult is None:
|
||||
<div class="row clearfix top-buffer bottom-buffer">
|
||||
<div class="col-md-12 column">
|
||||
<div class="well well-sm">
|
||||
@ -41,15 +42,9 @@
|
||||
</tr>
|
||||
% endfor
|
||||
</tbody>
|
||||
<tr>
|
||||
%for attr in attrs_list:
|
||||
<th>
|
||||
${attrs_list[attr]}
|
||||
</th>
|
||||
% endfor
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
%endif
|
||||
</%block>
|
||||
|
Loading…
Reference in New Issue
Block a user