mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
replacing <fieldset> with <div> as it's causing weird problems
This commit is contained in:
parent
1008dad65a
commit
bf1c14038e
1 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ if ($success) {
|
|||
print_heading($course->shortname.' '.$strgroups, 'center', 3);
|
||||
?>
|
||||
<form id="groupeditform" action="index.php" method="post">
|
||||
<fieldset class="invisiblefieldset">
|
||||
<div>
|
||||
<input type="hidden" name="id" value="<?php echo $courseid; ?>" />
|
||||
|
||||
<?php /*
|
||||
|
@ -278,7 +278,7 @@ if ($success) {
|
|||
</table>
|
||||
|
||||
<?php //<input type="hidden" name="rand" value="om" /> ?>
|
||||
</fieldset>
|
||||
</div>
|
||||
</form>
|
||||
<?php
|
||||
echo '<script type="text/javascript">'."\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue