skala
Juan Carlos Raña 14 years ago
commit e7c1477293
  1. 2
      main/course_progress/thematic.php
  2. 2
      main/exercice/unique_answer_no_option.class.php

@ -58,7 +58,7 @@ if ($action == 'thematic_list') {
if ($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'),22).'</a>';
$link_to_thematic_advance = '<a href="index.php?'.api_get_cidreq().'&action=thematic_advance_list&thematic_id='.$last_id.'">'.Display::return_icon('porcent.png', get_lang('ThematicAdvance'), array('style'=>'vertical-align:middle'),22).'</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'),22).'</a>';
Display::display_confirmation_message(get_lang('ThematicSectionHasBeenCreatedSuccessfull').'<br />'.sprintf(get_lang('NowYouShouldAddThematicPlanXAndThematicAdvanceX'),$link_to_thematic_plan, $link_to_thematic_advance), false);
}

@ -84,7 +84,7 @@ class UniqueAnswerNoOption extends Question {
<th width="10px" >
'.get_lang('True').'
</th>
<th width="45%">
<th width="38%">
'.get_lang('Answer').'
</th>
'.$comment_title.'

Loading…
Cancel
Save