Browse Source

Undo revision f4dab9dfeb (deleting "+" link in exercise pool)

Julio Montoya 14 years ago
parent
commit
fcce56fce6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/exercice/question_pool.php

+ 1 - 1
main/exercice/question_pool.php

@@ -546,7 +546,7 @@ foreach ($main_question_list as $row) {
 				echo $row['level'],'</td>',
 							'<td align="center"><a href="',api_get_self(),'?',api_get_cidreq(),'&recup=',$row['id'],'&fromExercise=',$fromExercise,'">';
 				if ($row['session_id'] == $session_id){
-					//echo '<img src="../img/view_more_stats.gif" border="0" title="'.get_lang('Reuse').'" alt="'.get_lang('Reuse').'"></a>';
+					echo '<img src="../img/view_more_stats.gif" border="0" title="'.get_lang('Reuse').'" alt="'.get_lang('Reuse').'"></a>';
 				}                							
 				echo '<a href="'.api_get_self().'?'.api_get_cidreq().'&amp;copy_question='.$row['id'].'&course_id='.$selected_course.'&fromExercise=',$fromExercise,'">';                
                 echo ' '.Display::return_icon('cd.gif', get_lang('ReUseACopyInCurrentTest'));