Loading view/unicaen-utilisateur/role/index.phtml +12 −3 Original line number Diff line number Diff line Loading @@ -185,11 +185,20 @@ echo $this->headStyle()->appendStyle($css); if(jQuery().dataTable) { $('#role-liste').DataTable({ "paging": false, "searching": false, "info": false, "lengthMenu": [[10, 25, 50, 100, -1], [10, 25, 50, 100, "Tous"]], "language": { 'lengthMenu': "Afficher _MENU_ éléments", "search": "Filtre de recherche : _INPUT_", "loadingRecords": "Chargement en cours...", 'info': "<small class=\"text-highlight\">Affichage : <strong><i class=\"far fa-list-alt\"></i> _START_ - _END_ sur _TOTAL_</strong></small>", 'infoEmpty': "", 'infoFiltered': "<small class=\"text-highlight\">(_MAX_ éléments au total)</small>", 'emptyTable': "Aucune donnée disponible.", 'zeroRecords': "Aucun enregistrement trouvé.", "paginate": { "previous": "<i class=\"fas fa-chevron-left\"></i>", "next": "<i class=\"fas fa-chevron-right\"></i>" } }, "createdRow": function (row, data, index) { $('.pop-ajax', row).popAjax(); Loading Loading
view/unicaen-utilisateur/role/index.phtml +12 −3 Original line number Diff line number Diff line Loading @@ -185,11 +185,20 @@ echo $this->headStyle()->appendStyle($css); if(jQuery().dataTable) { $('#role-liste').DataTable({ "paging": false, "searching": false, "info": false, "lengthMenu": [[10, 25, 50, 100, -1], [10, 25, 50, 100, "Tous"]], "language": { 'lengthMenu': "Afficher _MENU_ éléments", "search": "Filtre de recherche : _INPUT_", "loadingRecords": "Chargement en cours...", 'info': "<small class=\"text-highlight\">Affichage : <strong><i class=\"far fa-list-alt\"></i> _START_ - _END_ sur _TOTAL_</strong></small>", 'infoEmpty': "", 'infoFiltered': "<small class=\"text-highlight\">(_MAX_ éléments au total)</small>", 'emptyTable': "Aucune donnée disponible.", 'zeroRecords': "Aucun enregistrement trouvé.", "paginate": { "previous": "<i class=\"fas fa-chevron-left\"></i>", "next": "<i class=\"fas fa-chevron-right\"></i>" } }, "createdRow": function (row, data, index) { $('.pop-ajax', row).popAjax(); Loading