[svn r13158] Add a link "see detail" behind "Average score in tests" in the course tracking

skala
Julian Prud'homme 18 years ago
parent 9f43f29941
commit 2910b49429
  1. 2
      main/tracking/courseLog.php

@ -258,7 +258,7 @@ if($_GET['studentlist'] == 'false')
echo "<div class='admin_section'> echo "<div class='admin_section'>
<h4> <h4>
<img src='../img/quiz.gif' align='absbottom'>&nbsp;".get_lang('AverageResultsToTheExercices')." <img src='../img/quiz.gif' align='absbottom'>&nbsp;".get_lang('AverageResultsToTheExercices')." <a href='../exercice/exercice.php?".api_get_cidreq()."&show=result'>".get_lang('SeeDetail')."</a>
</h4> </h4>
<table class='data_table'>"; <table class='data_table'>";

Loading…
Cancel
Save