From: toyomoyo Date: Thu, 1 Mar 2007 04:02:45 +0000 (+0000) Subject: changing fieldset in single button form to use div X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=05bc5f01da24df9c1ab400e472b59d67c5687217;p=moodle.git changing fieldset in single button form to use div --- diff --git a/admin/pagelib.php b/admin/pagelib.php index 99a4244826..cb02dcf8e0 100644 --- a/admin/pagelib.php +++ b/admin/pagelib.php @@ -118,9 +118,9 @@ class page_admin extends page_base { if ($this->user_allowed_editing()) { $buttons = '
frametarget.' method="get" action="' . $this->url_get_path() . '">'. - '
'. + '
'. ''. - '
'; + ''; } else { $buttons = ' '; }