diff --git a/core/module/user/user.php b/core/module/user/user.php index d46ae733..54d71741 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -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' ]); } diff --git a/core/module/user/view/groupEdit/groupEdit.php b/core/module/user/view/groupEdit/groupEdit.php index 8402093b..7d624de1 100644 --- a/core/module/user/view/groupEdit/groupEdit.php +++ b/core/module/user/view/groupEdit/groupEdit.php @@ -3,7 +3,7 @@
'buttonGrey', - 'href' => helper::baseUrl() . 'user', + 'href' => helper::baseUrl() . 'user/group', 'value' => template::ico('left') ]); ?>