]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12815 - Quiz uses inconsistent class attribute for the paging bar.\r\rI have added...
authortjhunt <tjhunt>
Thu, 28 Feb 2008 21:43:50 +0000 (21:43 +0000)
committertjhunt <tjhunt>
Thu, 28 Feb 2008 21:43:50 +0000 (21:43 +0000)
mod/quiz/locallib.php

index c972e523b93f2d7bd72f7346472a6cd860276110..defe8ae8cd5202462dfef8d5cac2dc5297d9be16 100644 (file)
@@ -228,7 +228,7 @@ function quiz_repaginate($layout, $perpage, $shuffle=false) {
  */
 function quiz_print_navigation_panel($page, $pages) {
     //$page++;
-    echo '<div class="pagingbar">';
+    echo '<div class="paging pagingbar">';
     echo '<span class="title">' . get_string('page') . ':</span>';
     if ($page > 0) {
         // Print previous link