+
getUrl(2), [
'href' => helper::baseUrl() . 'course/users/' . $this->getUrl(2),
- 'value' => template::ico('users'),
- 'help' => 'Participants'
+ 'value' => 'Participants',
+ 'ico' => 'users'
]); ?>
-
- getUrl(2), [
+
+ getUrl(2), [
'href' => helper::baseUrl() . 'course/edit/' . $this->getUrl(2),
- 'value' => template::ico('pencil'),
- 'help' => 'Éditer'
+ 'value' => 'Éditer',
+ 'ico' => 'pencil'
]); ?>
-
+
+ getUrl(2), [
+ 'href' => helper::baseUrl() . 'course/clone/' . $this->getUrl(2),
+ 'value' => 'Cloner',
+ 'ico' => 'clone'
+ ]); ?>
+
+
getUrl(2), [
'href' => helper::baseUrl() . 'course/backup/' . $this->getUrl(2),
- 'value' => template::ico('download-cloud'),
- 'help' => 'Sauvegarder'
+ 'value' => 'Sauvegarder',
+ 'ico' => 'download-cloud'
]); ?>
-
+
getUrl(2), [
'class' => 'courseDelete buttonRed',
'href' => helper::baseUrl() . 'course/delete/' . $this->getUrl(2),
- 'value' => template::ico('trash'),
- 'help' => 'Supprimer'
+ 'value' => 'Supprimer',
+ 'ico' => 'trash'
]); ?>