mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
replacing fieldsets with divs in small forms
This commit is contained in:
parent
2c550eefbd
commit
5bb9d213fe
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<form method="post" action="module.php" id="form">
|
||||
<fieldset class="invisiblefieldset">
|
||||
<div>
|
||||
<input type="hidden" name="sesskey" value="<?php echo $USER->sesskey ?>" />
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<table cellpadding="9" cellspacing="0" >
|
||||
<tr valign="top">
|
||||
|
|
|
@ -124,9 +124,9 @@
|
|||
onclick="lockoptions('form', 'windowpopup[1]', popupitems);" />
|
||||
<b title="<?php print_string("pagedisplay", "resource") ?>"><?php print_string("pagewindow", "resource") ?></b>
|
||||
<blockquote>
|
||||
<fieldset class="invisiblefieldset">
|
||||
<div>
|
||||
<input type="hidden" name="framepage" value="1" />
|
||||
</fieldset>
|
||||
</div>
|
||||
</blockquote>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue