Skip to content
Snippets Groups Projects
Commit acde2e47 authored by VESSILLER's avatar VESSILLER
Browse files

Module DematPayslip - NEW utilisateur active dans la liste

parent cfbcd2e0
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@
<th scope="col"><?php p($l->t('Utilisateur')); ?></th>
<th scope="col"><?php p($l->t('UID')); ?></th>
<th scope="col"><?php p($l->t('Email')); ?></th>
<th scope="col"><?php p($l->t('Activé')); ?></th>
</tr>
</thead>
<tbody>
......@@ -87,6 +88,7 @@
<th scope="row"><?php print \OC::$server->getUserManager()->get($user->getUID())->getDisplayName(); ?></th>
<td><?php print $user->getUID(); ?></td>
<td><?php print \OC::$server->getUserManager()->get($user->getUID())->getEMailAddress(); ?></td>
<td><?php print \OC::$server->getUserManager()->get($user->getUID())->isEnabled(); ?></td>
</tr>
<?php
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment