Browse Source

Changed class on file input.

Nate Jones 11 years ago
parent
commit
f0e0fb67ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contact_import.php

+ 1 - 1
contact_import.php

@@ -407,7 +407,7 @@ else {
 	echo "			".$text['label-import_file_upload'].":\n";
 	echo "			".$text['label-import_file_upload'].":\n";
 	echo "</td>\n";
 	echo "</td>\n";
 	echo "<td class='vtable' align='left'>\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 "<br />\n";
 	//echo "Select the enclosure.\n";
 	//echo "Select the enclosure.\n";
 	echo "</td>\n";
 	echo "</td>\n";