]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed background colours in quix editing page body-> cellcontent2
authormoodler <moodler>
Sat, 25 Oct 2003 02:38:47 +0000 (02:38 +0000)
committermoodler <moodler>
Sat, 25 Oct 2003 02:38:47 +0000 (02:38 +0000)
mod/quiz/edit.php

index 260d1f110df0cf61b0503bd1012e0d9a3ee3ebb6..bd47788076492c8f2f9b90d7a3a587884f8feb91 100644 (file)
 
     echo "<TABLE BORDER=0 WIDTH=\"100%\" CELLPADDING=2 CELLSPACING=0>";
     echo "<TR><TD WIDTH=50% VALIGN=TOP>";
-        print_simple_box_start("CENTER", "100%", $THEME->body);
+        print_simple_box_start("CENTER", "100%", $THEME->cellcontent2);
         print_heading($modform->name);
         quiz_print_question_list($modform->questions, $modform->grades); 
         ?>
         <?php
         print_simple_box_end();
     echo "</TD><TD VALIGN=top WIDTH=50%>";
-        print_simple_box_start("CENTER", "100%", $THEME->body);
+        print_simple_box_start("CENTER", "100%", $THEME->cellcontent2);
         quiz_print_category_form($course, $modform->category);
         print_simple_box_end();
         
         print_spacer(5,1);
 
-        print_simple_box_start("CENTER", "100%", $THEME->body);
+        print_simple_box_start("CENTER", "100%", $THEME->cellcontent2);
         quiz_print_cat_question_list($modform->category);
         print_simple_box_end();
     echo "</TD></TR>";