From 78c698f3becdd1e67a53e43ec5d50c3c02e133ce Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 2 Mar 2007 02:33:19 +0000 Subject: [PATCH] merged, changing this back to fieldset --- lib/weblib.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index 16fbcbe2474..379a6931b8f 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3061,7 +3061,7 @@ function print_single_button($link, $options, $label='OK', $method='get', $targe $output .= '
'; // taking target out, will need to add later target="'.$target.'" $output .= '
'; - $output .= '
'; + $output .= '
'; if ($options) { foreach ($options as $name => $value) { $output .= ''; @@ -4324,17 +4324,17 @@ function navmenu($course, $cm=NULL, $targetwindow='self') { } if ($backmod) { $backtext= get_string('activityprev', 'access'); - $backmod = '
  • frametarget.'>
    '. + $backmod = '
  • frametarget.'>
    '. ''. '
  • '; + ''.$backtext.''; } if ($nextmod) { $nexttext= get_string('activitynext', 'access'); - $nextmod = '
  • frametarget.'>
    '. + $nextmod = '
  • frametarget.'>
    '. ''. '
  • '; + ''.$nexttext.''; } return '