From: nfreear Date: Fri, 10 Mar 2006 17:02:22 +0000 (+0000) Subject: Accessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=892f55b6df5220c7ab66faee184b388625017871;p=moodle.git Accessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU-Bugz: 718) --- diff --git a/calendar/lib.php b/calendar/lib.php index 5d80571a83..d41e212c1e 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -614,8 +614,8 @@ function calendar_top_controls($type, $data) { $data['y'] = $date['year']; //Accessibility: calendar block controls, replaced with
. - $nexttext = ''.get_string('monthnext','access').''; ///'M >> <<'; ///> - $prevtext = ''.get_string('monthprev','access').''; ///< + $nexttext = ''.get_string('monthnext','access').''; + $prevtext = ''.get_string('monthprev','access').''; switch($type) { case 'frontpage': diff --git a/pix/a/r_next.gif b/pix/a/r_next.gif new file mode 100644 index 0000000000..dcb4a8aeb1 Binary files /dev/null and b/pix/a/r_next.gif differ diff --git a/pix/a/r_previous.gif b/pix/a/r_previous.gif new file mode 100644 index 0000000000..cc156249ad Binary files /dev/null and b/pix/a/r_previous.gif differ