From: toyomoyo Date: Wed, 29 Nov 2006 08:57:18 +0000 (+0000) Subject: undoing damage (hidden text, < > arrows) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c2d341983f93e5a1a506698d818d3129b306cf49;p=moodle.git undoing damage (hidden text, < > arrows) --- diff --git a/lib/weblib.php b/lib/weblib.php index 6db6b1ef86..8c8500c64a 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -4146,32 +4146,18 @@ function navmenu($course, $cm=NULL, $targetwindow='self') { ''.$logstext.''; } - if ($backmod) { - // MDL-7486 - if ($USER->screenreader) { - $larrow = get_string('previoussection'); - } else { - $larrow = $THEME->larrow; - } - + if ($backmod) { $backtext= get_string('activityprev', 'access'); $backmod = '
'. ''. - '
'; } - if ($nextmod) { - // MDL-7486 - if ($USER->screenreader) { - $rarrow = get_string('nextsection'); - } else { - $rarrow = $THEME->rarrow; - } - + if ($nextmod) { $nexttext= get_string('activitynext', 'access'); $nextmod = '
'. ''. - '
'; }