From: toyomoyo Date: Thu, 1 Mar 2007 06:57:11 +0000 (+0000) Subject: replacing fieldsets with divs in small forms X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d5b04008fd293a5ff97279b27850c80ef889d56e;p=moodle.git replacing fieldsets with divs in small forms --- diff --git a/enrol/authorize/locallib.php b/enrol/authorize/locallib.php index 42443da029..fc722bc366 100644 --- a/enrol/authorize/locallib.php +++ b/enrol/authorize/locallib.php @@ -71,7 +71,7 @@ function authorize_print_orders($courseid, $userid) popup_form($baseurl.'&status='.$status.'&course=',$popupcrs,'coursesmenu',$courseid,'','','',false);echo"\n"; if (has_capability('enrol/authorize:uploadcsv', get_context_instance(CONTEXT_USER, $USER->id))) { echo "
"; - echo "
"; + echo "
"; echo "
"; } else {