Minor - Fixed title of headers into reports like student - partial DT #5214

skala
Cristian Fasanando 17 years ago
parent 5f4054fa24
commit 04aa4bf0e4
  1. 16
      main/auth/my_progress.php

@ -211,10 +211,10 @@ foreach($Courses as $enreg)
</td>
</tr>
<tr>
<th class="head"><?php echo get_lang('Learnpath'); ?></th>
<th class="head"><?php echo get_lang('Time'); ?></th>
<th class="head"><?php echo get_lang('Progress'); ?></th>
<th class="head"><?php echo get_lang('LastConnexion'); ?></th>
<th class="head" style="color:#000"><?php echo get_lang('Learnpath'); ?></th>
<th class="head" style="color:#000"><?php echo get_lang('Time'); ?></th>
<th class="head" style="color:#000"><?php echo get_lang('Progress'); ?></th>
<th class="head" style="color:#000"><?php echo get_lang('LastConnexion'); ?></th>
</tr>
<?php
$sqlLearnpath = " SELECT lp.name,lp.id
@ -290,10 +290,10 @@ foreach($Courses as $enreg)
?>
<tr>
<th class="head"><?php echo get_lang('Exercices'); ?></th>
<th class="head"><?php echo get_lang('Score'); ?></th>
<th class="head"><?php echo get_lang('Attempts'); ?></th>
<th class="head"><?php echo get_lang('Details'); ?></th>
<th class="head" style="color:#000"><?php echo get_lang('Exercices'); ?></th>
<th class="head" style="color:#000"><?php echo get_lang('Score'); ?></th>
<th class="head" style="color:#000"><?php echo get_lang('Attempts'); ?></th>
<th class="head" style="color:#000"><?php echo get_lang('Details'); ?></th>
</tr>
<?php

Loading…
Cancel
Save