]> git.mjollnir.org Git - moodle.git/commitdiff
Properly close the "rolesform" div. Now the form validates both
authorstronk7 <stronk7>
Tue, 31 Jul 2007 20:10:05 +0000 (20:10 +0000)
committerstronk7 <stronk7>
Tue, 31 Jul 2007 20:10:05 +0000 (20:10 +0000)
with roles dropdown and without it.

user/index.php

index 9537a78c0dfaa6e4722064e3a57b23e944a7eb6e..783d305fdf3cdc5e76ddaa0684af9ae02739c60a 100644 (file)
         $rolenames = array(0 => get_string('all')) + $rolenames;
         popup_form("$CFG->wwwroot/user/index.php?contextid=$context->id&amp;sifirst=&amp;silast=&amp;roleid=", $rolenames,
                    'rolesform', $roleid, '');
+        echo '</div>';
     }
 
     if ($roleid) {