Index: trunk/extensions/EducationProgram/actions/ViewCourseAction.php |
— | — | @@ -47,7 +47,7 @@ |
48 | 48 | ); |
49 | 49 | |
50 | 50 | if ( count( $studentIds ) > 0 ) { |
51 | | - $out->addElement( 'h2', array(), wfMsg( 'ep-course-articles' ) ); |
| 51 | + $out->addElement( 'h2', array(), wfMsg( 'ep-course-students' ) ); |
52 | 52 | |
53 | 53 | $pager = new EPArticleTable( |
54 | 54 | $this->getContext(), |
— | — | @@ -64,10 +64,6 @@ |
65 | 65 | $pager->getMultipleItemControl() |
66 | 66 | ); |
67 | 67 | } |
68 | | - |
69 | | - // EPArticle::displayPager( $this->getContext(), array( 'course_id' => $course->getId() ) ); |
70 | | - //$out->addElement( 'h2', array(), wfMsg( 'ep-course-students' ) ); |
71 | | - |
72 | 68 | } |
73 | 69 | else { |
74 | 70 | // TODO |