Changed class on file input.

This commit is contained in:
Nate Jones 2014-02-26 04:54:25 +00:00
parent 547b5232a6
commit e7c3918eb6
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ else {
echo " ".$text['label-import_file_upload'].":\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input name=\"ulfile\" type=\"file\" class=\"btn\" id=\"ulfile\">\n";
echo " <input name=\"ulfile\" type=\"file\" class=\"formfld\" id=\"ulfile\">\n";
echo "<br />\n";
//echo "Select the enclosure.\n";
echo "</td>\n";