ajout Doc techniques dans dossier_view.pt et articles.pt

This commit is contained in:
2020-11-20 09:47:20 +01:00
parent dab24387a2
commit d03e90b7b8
26 changed files with 665 additions and 198 deletions

View File

@@ -8,7 +8,7 @@
<span class="glyphicon glyphicon-plus"></span> Nouveau utilisateur</a>
</p>
<table id="users_list_ua" class="table table-striped table-bordered">
<table id="users_ua" class="table table-striped table-bordered">
<thead>
<tr>
<th>Dern cnx</th>
@@ -27,7 +27,7 @@
$(document).ready(function() {
$.fn.dataTable.moment('DD/MM/YYYY - HH:mm');
$('#users_list_ua').DataTable({
$('#users_ua').DataTable({
data: dataSet,
pageLength: 50,
bLengthChange: false,