Traduction admin
This commit is contained in:
parent
c824bf2e5a
commit
13a99b1193
@ -373,7 +373,7 @@ class user extends common
|
||||
self::$users[] = [
|
||||
$userId,
|
||||
$userFirstname . ' ' . $this->getData(['user', $userId, 'lastname']),
|
||||
self::$groups[$this->getData(['user', $userId, 'group'])],
|
||||
helper::translate(self::$groups[$this->getData(['user', $userId, 'group'])]),
|
||||
template::button('userEdit' . $userId, [
|
||||
'href' => helper::baseUrl() . 'user/edit/' . $userId . '/' . $_SESSION['csrf'],
|
||||
'value' => template::ico('pencil'),
|
||||
|
Loading…
Reference in New Issue
Block a user