Theme: Explicitly set file input class to be inline.

MOH: Revert last change.
This commit is contained in:
reliberate
2016-03-28 08:22:59 -06:00
parent 017da03006
commit b2bfc35f41
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ else {
echo " <tr>\n";
echo " <td style='padding-right: 15px; white-space: nowrap'>\n";
echo " ".$text['label-file-path'];
echo " <input name='upload_file' id='upload_file' type='file' class='formfld fileinput' style='width: 300px; margin-right: 3px; display: inline;' onchange=\"check_filetype(this);\">";
echo " <input name='upload_file' id='upload_file' type='file' class='formfld fileinput' style='width: 300px; margin-right: 3px;' onchange=\"check_filetype(this);\">";
echo "<input type='button' class='btn' value='".$text['button-clear']."' onclick=\"reset_file_input('upload_file'); document.getElementById('sampling_rate').style.display='inline';\">\n";
echo " </td>\n";
echo " <td id='sampling_rate' style='padding-right: 15px;' nowrap>";