skala
Juan Carlos Raña 16 years ago
commit 2393f4c3f8
  1. 2
      main/auth/my_progress.php
  2. 2
      main/exercice/hotpotatoes.php

@ -174,7 +174,7 @@ foreach ($courses as $enreg) {
}
} // end if (api_get_setting('use_session_mode') == 'true')
$tableTitle = $course_info['title'].' | Coach : '.$course_info['tutor_name'].((!empty($session_name)) ? ' | '.get_lang('Session').' : '.$session_name : '');
$tableTitle = $course_info['title'].' | '.get_lang('Coach').' : '.$course_info['tutor_name'].((!empty($session_name)) ? ' | '.get_lang('Session').' : '.$session_name : '');
?>
<table class="data_table" width="100%">

@ -277,7 +277,7 @@ if((api_is_allowed_to_edit(null,true)) && (($finish == 0) || ($finish == 2)))
<input type="file" name="userFile"><br /><br />
<button type="submit" class="upload" name="submit" value="'.get_lang('Send').'">'.get_lang('SendFile').'</button>
</div>';
echo '<div>'.Display::display_icon('hotpotatoes.jpg','').'</div>';
echo '<div>'.Display::display_icon('hotpotatoes.jpg',get_lang('HotPotatoes')).'</div>';
echo '</div></div>';
?>

Loading…
Cancel
Save