]> git.mjollnir.org Git - moodle.git/commit
needed to add the option to pass an element id rather than a name to index.php as...
authorjamiesensei <jamiesensei>
Wed, 15 Nov 2006 07:26:48 +0000 (07:26 +0000)
committerjamiesensei <jamiesensei>
Wed, 15 Nov 2006 07:26:48 +0000 (07:26 +0000)
commitf1e6550be28abf5d4e1c0db647f645db31071730
treeb44105df0a6c3ade4bd71859d174935fc4577480
parent7cf0769e97f879627b9dc818c829c5c3e9341614
needed to add the option to pass an element id rather than a name to index.php as the choose parameter. XHTML strict doesn't allow giving a form a name attribute so we use the id of the form element to select the element to return the filename to. We use getElementById to find the element in the document.
files/index.php