From 2ce10f2920622c25f65335f7131a75233761b6e2 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 1 Mar 2007 04:06:08 +0000 Subject: [PATCH] changing fieldset to div --- admin/index.php | 8 ++++---- admin/lang.php | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/admin/index.php b/admin/index.php index 1ae53ec18b..cf744deb00 100644 --- a/admin/index.php +++ b/admin/index.php @@ -143,10 +143,10 @@ print_header($strcurrentrelease, $strcurrentrelease, $strcurrentrelease, "", "", false, " ", " "); print_heading("Moodle $release"); print_box(get_string('releasenoteslink', 'admin', 'http://docs.moodle.org/en/Release_Notes')); - echo '
'; + echo '
'; echo ''; echo ''; - echo '
'; + echo ''; echo '
'; echo '

'; echo '
'; @@ -280,10 +280,10 @@ } else { notify(get_string('environmentok', 'admin'), 'notifysuccess'); - echo '
'; + echo '
'; echo ''; echo ''; - echo '
'; + echo ''; echo '
'; echo '

'; echo '
'; diff --git a/admin/lang.php b/admin/lang.php index ec0084674e..0da78a4145 100644 --- a/admin/lang.php +++ b/admin/lang.php @@ -57,17 +57,17 @@ $navigation = "$strlanguage -> $strmissingstrings"; $title = $strmissingstrings; $button = '
frametarget.' method="get" action="'.$CFG->wwwroot.'/'.$CFG->admin.'/lang.php">'. - '
'. + '
'. ''. - '
'; + ''; break; case "compare": $navigation = "$strlanguage -> $streditstrings"; $title = $streditstrings; $button = '
frametarget.' method="get" action="'.$CFG->wwwroot.'/'.$CFG->admin.'/lang.php">'. - '
'. + '
'. ''. - '
'; + ''; break; default: $title = $strlanguage; @@ -299,12 +299,12 @@ helpbutton('langswitchstorage', $strfilestoredinhelp, 'moodle'); echo '
frametarget.' method="get" action="'.$CFG->wwwroot.'/'.$CFG->admin.'/lang.php">'. - '
'. + '
'. ''. ''. ''. ''. - '
'; + ''; print_box_end(); if ($currentfile <> '') { -- 2.39.5