{% extends '@CadolesCore/base.html.twig' %} {% block localstyle %} th { font-size: 10px; } td { font-size: 10px; } {% endblock %} {% block pagewrapper %} {% if access=="config" %}

Gestion des Utilisateurs

{% if masteridentity=="SQL" %} Ajouter Exporter CSV

{% elseif masteridentity=="LDAP" %} Synchroniser avec Annuaire

{% endif %} {% else %}
{% endif %}
Liste des Utilisateurs
{% if access=="config" %} {% endif %} {% if viewniveau02 %} {% endif %}
ActionAvatar Login Nom Prénom Email Téléphone {{ labelniveau01 }}{{ labelniveau02 }}Groupes Métier Fonction Visite Rôle
{% endblock %} {% block localjavascript %} $(document).ready(function() { {% if access=="profil" %} $(".sidebar").remove(); $("body").removeClass("body"); $("body").addClass("simple"); $("#page-wrapper").css("margin","auto"); //$("#page-wrapper").css("max-width","1000px"); $("#page-wrapper").css("border-left","none"); {% endif %} $('#dataTables').DataTable({ columnDefs: [ { "targets": 'no-sort', "orderable": false },{ "targets": 'no-visible', "visible": false } ], responsive: true, iDisplayLength: 100, processing: true, serverSide: true, {% if access=="config" %} order: [[ 2, "asc" ]], ajax: "{{ path('cadoles_core_config_user_ajax_list') }}", {% else %} order: [[ 1, "asc" ]], ajax: "{{ path('cadoles_core_user_user_ajax_list') }}", {% endif %} }); }); {% endblock %}