mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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);
|
print_heading($course->shortname.' '.$strgroups, 'center', 3);
|
||||||
?>
|
?>
|
||||||
<form id="groupeditform" action="index.php" method="post">
|
<form id="groupeditform" action="index.php" method="post">
|
||||||
<fieldset class="invisiblefieldset">
|
<div>
|
||||||
<input type="hidden" name="id" value="<?php echo $courseid; ?>" />
|
<input type="hidden" name="id" value="<?php echo $courseid; ?>" />
|
||||||
|
|
||||||
<?php /*
|
<?php /*
|
||||||
|
@ -278,7 +278,7 @@ if ($success) {
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<?php //<input type="hidden" name="rand" value="om" /> ?>
|
<?php //<input type="hidden" name="rand" value="om" /> ?>
|
||||||
</fieldset>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
echo '<script type="text/javascript">'."\n";
|
echo '<script type="text/javascript">'."\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue