[svn r21078] Minor - Fixed name icon

skala
Arthur Portugal 16 years ago
parent 6dca0508d0
commit 244fbaec22
  1. 2
      main/auth/my_progress.php

@ -121,7 +121,7 @@ foreach($Courses as $enreg)
</td>
<td align='center'>
<a href="<?php echo api_get_self(); ?>?course=<?php echo $enreg['code']; ?>"> <?php Display::display_icon('2rightarrow.gif'); ?> </a>
<a href="<?php echo api_get_self(); ?>?course=<?php echo $enreg['code']; ?>"> <?php Display::display_icon('2rightarrow.gif', get_lang('Details')); ?> </a>
</td>
</tr>

Loading…
Cancel
Save