'Étiquettes'

This commit is contained in:
Fred Tempez 2023-11-30 14:30:47 +01:00
parent 87a6f97d5e
commit 8d6cc6cfd3

View File

@ -60,4 +60,4 @@
</div>
</div>
<?php echo template::formClose(); ?>
<?php echo template::table([2, 2, 2, 2, 2, 1, 1], $module::$users, ['Identifiant', 'Nom', 'Groupe', 'Profil', 'tiquettes', '', ''], ['id' => 'dataTables']); ?>
<?php echo template::table([2, 2, 2, 2, 2, 1, 1], $module::$users, ['Identifiant', 'Nom', 'Groupe', 'Profil', 'Étiquettes', '', ''], ['id' => 'dataTables']); ?>