Nom du groupe dans l'édition
This commit is contained in:
parent
e0fe61ccc7
commit
2e7931970d
@ -506,7 +506,7 @@ class user extends common
|
||||
|
||||
// Valeurs en sortie;
|
||||
$this->addOutput([
|
||||
'title' => helper::translate('Editer groupe'),
|
||||
'title' => sprintf(helper::translate('Groupe %s'), $this->getData(['group', $this->getUrl(2), 'name'])),
|
||||
'view' => 'groupEdit'
|
||||
]);
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
<div class="col1">
|
||||
<?php echo template::button('groupEditBack', [
|
||||
'class' => 'buttonGrey',
|
||||
'href' => helper::baseUrl() . 'user',
|
||||
'href' => helper::baseUrl() . 'user/group',
|
||||
'value' => template::ico('left')
|
||||
]); ?>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user