diff --git a/main/coursecopy/copy_course_session.php b/main/coursecopy/copy_course_session.php index 788c923eb0..b0a396361b 100644 --- a/main/coursecopy/copy_course_session.php +++ b/main/coursecopy/copy_course_session.php @@ -91,7 +91,7 @@ function display_form() { $html .= ''.Display::return_icon('back.png',get_lang('Back').' '.get_lang('To').' '.get_lang('PlatformAdmin'),array('style'=>'vertical-align:middle')).get_lang('Back').' '.get_lang('To').' '.get_lang('PlatformAdmin').''; $html .= ''; - + $html .= '
'.get_lang('CopyCourse').'
'; $html .= '
'; $html .= ''; @@ -107,7 +107,8 @@ function display_form() { $html .= ''; // Options configuration - $html .= '
'.get_lang('CopyCourse').'
'; + //$html .= '
'.get_lang('CopyCourse').'
'; + $html .= '
'; $introduction = get_lang('CopyCourseFromSessionToSessionExplanation',true); $html .= '
'.$introduction.'
'; $html .= '

'.get_lang('TypeOfCopy').'

';