]> git.mjollnir.org Git - moodle.git/commitdiff
Xhtml fixes for MDL-7861.
authorvyshane <vyshane>
Tue, 9 Jan 2007 10:42:23 +0000 (10:42 +0000)
committervyshane <vyshane>
Tue, 9 Jan 2007 10:42:23 +0000 (10:42 +0000)
mod/resource/config.html
mod/resource/type/file/localfile.php
mod/resource/type/file/localpath.php

index 02e1c0daf80f5d11bfe7e5fbb110a1690fb39277..03bfc9db0e5d174218c685b6e881528ab7c2f5cc 100644 (file)
@@ -1,4 +1,5 @@
 <form method="post" action="module.php" id="form">
+<fieldset class="invisiblefieldset">
 <input type="hidden" name="sesskey" value="<?php echo $USER->sesskey ?>">
 
 <table cellpadding="9" cellspacing="0" >
 </tr>
 </table>
 
+</fieldset>
 </form>
index 98740ab2580b55e55a83b6340dff81004d8d33d8..8f412e1a5ce441cc54ec51d65c95bc0af9a65be2 100644 (file)
     <br />
     <div align="center" class="form">
     <form id="myform">
+    <fieldset class="invisiblefieldset">
     <input type="file" size="60" name="myfile" /><br />
     <input type="button" value="<?php print_string('localfileselect','resource') ?>" 
            onClick="return set_value(getElementById('myform').myfile.value)">
     <input type="button" value="<?php print_string('cancel') ?>" 
            onClick="window.close()">
+    </fieldset>
     </form>
     </div>
 
index b6575abbfd696cdb382b41ad7e1b1173b3c14c68..c5a2e6f0089b65130d0d30e373ac18c8dc65a73f 100644 (file)
@@ -41,6 +41,7 @@
     <br />
     <div align="center" class="form">
     <form id="myform" action="localpath.php" method="post">
+    <fieldset class="invisiblefieldset">
     <input type="hidden" name="sesskey" value="<?php echo sesskey(); ?>">
     <input type="hidden" name="pathname" value="" />
     <input type="file" size="60" name="myfile" /><br />
@@ -49,6 +50,7 @@
     <input type="button" value="<?php print_string('cancel') ?>" 
            onClick="window.close()">
     </form>
+    </fieldset>
     </div>
 
     </body>