From c2d341983f93e5a1a506698d818d3129b306cf49 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 29 Nov 2006 08:57:18 +0000 Subject: [PATCH] undoing damage (hidden text, < > arrows) --- lib/weblib.php | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) 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 = '
'. ''. - '
'; } -- 2.39.5