MDL-23693, filepicker form element change <button> to <input type="button" />

This commit is contained in:
Dongsheng Cai
2010-10-01 11:09:21 +00:00
parent e5f9031bd7
commit 26c137b19c
+1 -1
View File
@@ -1926,7 +1926,7 @@ $icon_progress
</div>
<div id="filepicker-wrapper-{$client_id}" class="mdl-left" style="display:none">
<div>
<button id="filepicker-button-{$client_id}">$straddfile</button>
<input type="button" id="filepicker-button-{$client_id}" value="{$straddfile}" />
<span> $maxsize </span>
</div>
EOD;