forked from ZwiiCMS-Team/ZwiiCampus
Participants
This commit is contained in:
parent
ee362aa3fb
commit
fe9fe030b9
@ -98,7 +98,7 @@ class course extends common
|
|||||||
template::button('categoryUser' . $courseId, [
|
template::button('categoryUser' . $courseId, [
|
||||||
'href' => helper::baseUrl() . 'course/users/' . $courseId,
|
'href' => helper::baseUrl() . 'course/users/' . $courseId,
|
||||||
'value' => template::ico('users'),
|
'value' => template::ico('users'),
|
||||||
'help' => 'Inscrits'
|
'help' => 'Participants'
|
||||||
]),
|
]),
|
||||||
template::button('courseEdit' . $courseId, [
|
template::button('courseEdit' . $courseId, [
|
||||||
'href' => helper::baseUrl() . 'course/edit/' . $courseId,
|
'href' => helper::baseUrl() . 'course/edit/' . $courseId,
|
||||||
@ -555,7 +555,7 @@ class course extends common
|
|||||||
|
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'title' => sprintf(helper::translate('Inscriptions %s'), $this->getData(['course', $courseId, 'title'])),
|
'title' => sprintf(helper::translate('Participants %s'), $this->getData(['course', $courseId, 'title'])),
|
||||||
'view' => 'users',
|
'view' => 'users',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user