Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"

This reverts commit 0add004b0e.
This commit is contained in:
Sam Hemelryk
2012-04-11 17:20:49 +12:00
parent d08845f37a
commit fad527952b
93 changed files with 193 additions and 339 deletions
-1
View File
@@ -929,7 +929,6 @@ class flexible_table {
$html = '<form action="'. $this->baseurl .'" method="post">';
$html .= '<div class="mdl-align">';
$html .= '<input type="submit" value="'.get_string('downloadas', 'table').'"/>';
$html .= html_writer::label($this->defaultdownloadformat, 'menudownload', false, array('class' => 'accesshide'));
$html .= html_writer::select($downloadoptions, 'download', $this->defaultdownloadformat, false);
$html .= '</div></form>';