|
|
|
@ -267,8 +267,12 @@ if($is_allowedToEdit) |
|
|
|
|
|
|
|
|
|
<button class="save" type="submit" name="name" value="<?php echo get_lang('Ok') ?>"><?php echo get_lang('Ok') ?></button>
|
|
|
|
|
<?php |
|
|
|
|
echo '<a href="admin.php?',api_get_cidreq(),'&newQuestion=yes">'.Display::return_icon('new_test.gif'),get_lang('NewQu'),'</a>'; |
|
|
|
|
echo '<a href="admin.php?',api_get_cidreq(),'&exerciseId=',$fromExercise,'">'.Display::return_icon('message_reply_forum.png', get_lang('GoBackToQuestionList')),get_lang('GoBackToQuestionList'),'</a>'; |
|
|
|
|
/*if(!empty($fromExercise)) { |
|
|
|
|
echo '<a href="admin.php?',api_get_cidreq(),'&exerciseId=',$fromExercise,'">'.Display::return_icon('message_reply_forum.png', get_lang('GoBackToQuestionList')),get_lang('GoBackToQuestionList'),'</a>'; |
|
|
|
|
} else { |
|
|
|
|
echo '<a href="admin.php?'.api_get_cidreq().'&newQuestion=yes">'.Display::return_icon('new_test.gif'),get_lang('NewQu').'</a>'; |
|
|
|
|
}*/ |
|
|
|
|
?> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|