From: tjhunt <tjhunt> Date: Thu, 28 Feb 2008 21:43:50 +0000 (+0000) Subject: MDL-12815 - Quiz uses inconsistent class attribute for the paging bar. I have added... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=692b631d9da6d907e59a4e1f69ebb478e6dd6526;p=moodle.git MDL-12815 - Quiz uses inconsistent class attribute for the paging bar. I have added the standard .paging class, but I have left the old class there too, so as not to break existing themes. --- diff --git a/mod/quiz/locallib.php b/mod/quiz/locallib.php index c972e523b9..defe8ae8cd 100644 --- a/mod/quiz/locallib.php +++ b/mod/quiz/locallib.php @@ -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