Skip to content

Commit

Permalink
Use the proper preview image 11x11
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Dec 30, 2004
1 parent 4d396b4 commit eb820b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/quiz/lib.php
Expand Up @@ -1309,7 +1309,7 @@ function quiz_print_question_list($questionlist, $grades) {
echo "<a title=\"$strdelete\" href=\"edit.php?delete=$qnum\"><img
src=\"../../pix/t/delete.gif\" border=\"0\" alt=\"$strdelete\" /></a>&nbsp;";
echo "<a title=\"$strpreview\" href=\"#\" onClick=\"openpopup('/mod/quiz/preview.php?id=$qnum','$strpreview','scrollbars=yes,resizable=yes,width=700,height=480', false)\"><img
src=\"../../pix/i/search.gif\" border=\"0\" alt=\"$strpreview\" /></a>&nbsp;";
src=\"../../pix/t/preview.gif\" border=\"0\" alt=\"$strpreview\" /></a>&nbsp;";

if ($canedit) {
echo "<a title=\"$stredit\" href=\"question.php?id=$qnum\"><img
Expand Down Expand Up @@ -1444,7 +1444,7 @@ function quiz_print_cat_question_list($categoryid, $quizselected=true) {
echo "<a title=\"$strdelete\" href=\"question.php?id=$question->id&amp;delete=$question->id\">\n<img
src=\"../../pix/t/delete.gif\" border=\"0\" alt=\"$strdelete\" /></a>&nbsp;";
echo "<a title=\"$strpreview\" href=\"#\" onClick=\"openpopup('/mod/quiz/preview.php?id=$question->id','$strpreview','scrollbars=yes,resizable=yes,width=700,height=480', false)\"><img
src=\"../../pix/i/search.gif\" border=\"0\" alt=\"$strpreview\" /></a>&nbsp;";
src=\"../../pix/t/preview.gif\" border=\"0\" alt=\"$strpreview\" /></a>&nbsp;";
echo "<a title=\"$stredit\" href=\"question.php?id=$question->id\"><img
src=\"../../pix/t/edit.gif\" border=\"0\" alt=\"$stredit\" /></a>";
echo "</td>\n";// deleted </tr> jm
Expand Down

0 comments on commit eb820b8

Please sign in to comment.