Skip to content

Commit a53e218

Browse files
authored
Admin: Add course title+code in course catalogue visibility tab
1 parent 93ebc20 commit a53e218

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/main/admin/course_edit.php

+2
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@ function valide() {
566566
'post',
567567
api_get_self().'?id='.$courseId.'&view=catalogue_access'
568568
);
569+
570+
$formCatalogue->addElement('header', get_lang('Course').' #'.$courseInfo['real_id'].' '.$course_code);
569571

570572
$groupEntities = $em->createQueryBuilder()
571573
->select('ug')

0 commit comments

Comments
 (0)