Compare commits

..

No commits in common. "d983e70f1d6d1955034a7ca56cf640e6d4c32879" and "425eeb4f3bce63d712aef0a0e4f5aec342c95e2b" have entirely different histories.

2 changed files with 6 additions and 7 deletions

View File

@ -87,8 +87,7 @@
} }
function closeModal() { function closeModal() {
url=window.parent.location; window.parent.location.reload();
window.parent.location=url;
} }
{% endblock %} {% endblock %}

View File

@ -26,17 +26,17 @@ td { font-size: 10px; }
<div class="panel-body"> <div class="panel-body">
<div class="dataTable_wrapper"> <div class="dataTable_wrapper">
<table class="table table-striped table-bordered table-hover" id="dataTables" style="width:100%; font-size:11px;"> <table class="table table-striped table-bordered table-hover" id="dataTables" style="width:100%: font-size:11px;">
<thead> <thead>
<tr> <tr>
{% if access=="config" %} {% if access=="config" %}
<th class="no-sort">Action</th> <th width="90px" class="no-sort">Action</th>
{% endif %} {% endif %}
<th class="no-sort {% if fields["avatar"] is defined and fields["avatar"].perm==0 %}no-visible{% endif %}">Avatar</th> <th width="70px" class="no-sort {% if fields["avatar"] is defined and fields["avatar"].perm==0 %}no-visible{% endif %}">Avatar</th>
<th class=="{% if fields["login"] is defined and fields["login"].perm==0 %}no-visible{% endif %}">Login</th> <th width="200px class=="{% if fields["login"] is defined and fields["login"].perm==0 %}no-visible{% endif %}">Login</th>
<th class="{% if fields["lastname"] is defined and fields["lastname"].perm==0 %}no-visible{% endif %}">Nom</th> <th class="{% if fields["lastname"] is defined and fields["lastname"].perm==0 %}no-visible{% endif %}">Nom</th>
<th class="{% if fields["firstname"] is defined and fields["firstname"].perm==0 %}no-visible{% endif %}">Prénom</th> <th class="{% if fields["firstname"] is defined and fields["firstname"].perm==0 %}no-visible{% endif %}">Prénom</th>
<th class="{% if fields["email"] is defined and fields["email"].perm==0 %}no-visible{% endif %}">Email</th> <th class="{% if fields["email"] is defined and fields["email"].perm==0 %}no-visible{% endif %}" style="width:100px">Email</th>
<th class="{% if fields["telephonenumber"] is defined and fields["telephonenumber"].perm==0 %}no-visible{% endif %}">Téléphone</th> <th class="{% if fields["telephonenumber"] is defined and fields["telephonenumber"].perm==0 %}no-visible{% endif %}">Téléphone</th>
<th class="{% if fields["niveau01"] is defined and fields["niveau01"].perm==0 %}no-visible{% endif %}">{{ labelniveau01 }}</th> <th class="{% if fields["niveau01"] is defined and fields["niveau01"].perm==0 %}no-visible{% endif %}">{{ labelniveau01 }}</th>
{% if viewniveau02 %} {% if viewniveau02 %}