diff --git a/main/course_progress/thematic.php b/main/course_progress/thematic.php index 9df170606d..9ed8a1d2fd 100755 --- a/main/course_progress/thematic.php +++ b/main/course_progress/thematic.php @@ -117,7 +117,7 @@ if ($action == 'thematic_list') { echo ''; } } else { - echo '
'.get_lang('StillDoNotHaveAThematicAdvance').'
 '; + echo '
'.get_lang('ThereIsNoAThematicAdvance').'
 '; } echo ''; echo ''; @@ -125,7 +125,11 @@ if ($action == 'thematic_list') { } echo ''; } else { - echo '
'.get_lang('ThereIsStillAthematicSection').'
'; + echo '
'.get_lang('ThereIsNoAThematicSection').'

'; + if (api_is_allowed_to_edit(null, true)) { + echo ''.Display::return_icon('addd.gif',get_lang('CreateAThematicSection'), array('style'=>'vertical-align:middle')).' '.get_lang('CreateAThematicSection').''; + } + echo '
'; } } else if ($action == 'thematic_add' || $action == 'thematic_edit') {