|
|
|
@ -54,6 +54,10 @@ if ($action == 'thematic_list') { |
|
|
|
|
|
|
|
|
|
} elseif ($action == 'thematic_details') { |
|
|
|
|
|
|
|
|
|
if (isset($_GET['thematic_plan_save_message']) && $_GET['thematic_plan_save_message'] == 'ok') { |
|
|
|
|
Display::display_confirmation_message(get_lang('ThematicSectionHasBeenCreatedSuccessfull')); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (isset($last_id) && $last_id) { |
|
|
|
|
$link_to_thematic_plan = '<a href="index.php?'.api_get_cidreq().'&action=thematic_plan_list&thematic_id='.$last_id.'">'.Display::return_icon('lesson_plan.png', get_lang('ThematicPlan'), array('style'=>'vertical-align:middle;float:none;'),ICON_SIZE_SMALL).'</a>'; |
|
|
|
|
$link_to_thematic_advance = '<a href="index.php?'.api_get_cidreq().'&action=thematic_advance_list&thematic_id='.$last_id.'">'.Display::return_icon('lesson_plan_calendar.png', get_lang('ThematicAdvance'), array('style'=>'vertical-align:middle;float:none;'),ICON_SIZE_SMALL).'</a>'; |
|
|
|
|