[svn r11730] hide the link "details" when the lp progress is 0%

skala
Eric Marguin 19 years ago
parent c933572ecb
commit a2b0eebd49
  1. 7
      main/mySpace/myStudents.php

@ -499,9 +499,16 @@ if(!empty($_GET['student']))
<?php echo date('Y-m-d',$start_time) ?>
</td>
<td align="center">
<?php
if($progress > 0)
{
?>
<a href="lp_tracking.php?course=<?php echo $_GET['course'] ?>&origin=<?php echo $_GET['origin'] ?>&lp_id=<?php echo $a_learnpath['id']?>&student_id=<?php echo $a_infosUser['user_id'] ?>">
<img src="../img/2rightarrow.gif" border="0" />
</a>
<?php
}
?>
</td>
</tr>

Loading…
Cancel
Save