diff --git a/core/module/course/course.php b/core/module/course/course.php index ccd79dd..9965651 100644 --- a/core/module/course/course.php +++ b/core/module/course/course.php @@ -312,11 +312,13 @@ class course extends common self::$courseCategories[] = [ $categoryId, $categoryTitle, + /** template::button('categoryEdit' . $categoryId, [ 'href' => helper::baseUrl() . 'course/categoryEdit/' . $categoryId, 'value' => template::ico('pencil'), 'help' => 'Éditer' ]), + */ template::button('courseDelete' . $categoryId, [ 'class' => 'categoryDelete buttonRed', 'href' => helper::baseUrl() . 'course/categoryDelete/' . $categoryId, diff --git a/core/module/course/view/category/category.php b/core/module/course/view/category/category.php index bff038b..30fb450 100644 --- a/core/module/course/view/category/category.php +++ b/core/module/course/view/category/category.php @@ -16,7 +16,7 @@ - + \ No newline at end of file