Nom du groupe dans l'édition

This commit is contained in:
Fred Tempez 2023-03-28 15:03:17 +02:00
parent e0fe61ccc7
commit 2e7931970d
2 changed files with 2 additions and 2 deletions

View File

@ -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'
]);
}

View File

@ -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>