From: skodak Date: Mon, 5 Mar 2007 21:42:49 +0000 (+0000) Subject: MDL-8690 popup form now uses div instead of invisible fieldset; merged from MOODLE_18... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=60ec23afba580cbb0dec0c52a5e36df2fca04b96;p=moodle.git MDL-8690 popup form now uses div instead of invisible fieldset; merged from MOODLE_18_STABLE --- diff --git a/lib/weblib.php b/lib/weblib.php index 78c575dccd..589737da00 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -944,7 +944,7 @@ function popup_form($common, $options, $formid, $selected='', $nothing='choose', $selectlabel = ''; } - $output .= '
'.$selectlabel.$button.''."\n"; if ($nothing != '') { $output .= " \n"; @@ -1024,7 +1024,7 @@ function popup_form($common, $options, $formid, $selected='', $nothing='choose', "\n//\n".''; - $output .= '
'; + $output .= ''; $output .= ''; if ($return) { @@ -5775,4 +5775,4 @@ function frametarget() { } // vim:autoindent:expandtab:shiftwidth=4:tabstop=4:tw=140: -?> \ No newline at end of file +?> diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index f426a4d2c3..36f95f9d79 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -341,8 +341,9 @@ img.emoticon { height: 15px; } -form.popupform { - display: inline; +form.popupform, +form.popupform div { + display: inline; } form.popupform label {