From d69e9c151940c5676b511db0b84021ef44804dae Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 5 Jan 2007 02:01:45 +0000 Subject: [PATCH] Changed fieldsets to use the new invisiblefieldset class --- lib/weblib.php | 5 +++-- mod/forum/lib.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index 9ff09454a2..e072dcfebd 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -4223,14 +4223,15 @@ function navmenu($course, $cm=NULL, $targetwindow='self') { } if ($backmod) { $backtext= get_string('activityprev', 'access'); - $backmod = '
frametarget.'>
'. + $backmod = 'frametarget.'>
'. ''. '
'; } if ($nextmod) { $nexttext= get_string('activitynext', 'access'); - $nextmod = '
frametarget.'>
'. + $nextmod = 'frametarget.'>
'. ''. '
'; diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 28e5fcc8b0..8e3d67d669 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -2448,7 +2448,7 @@ function forum_search_form($course, $search='') { $output = '
'; $output .= '
'; - $output .= '
'; + $output .= '
'; $output .= helpbutton('search', get_string('search'), 'moodle', true, false, '', true); $output .= ''; $output .= ''; -- 2.39.5