瀏覽代碼

Changed class on file input.

Nate Jones 11 年之前
父節點
當前提交
f0e0fb67ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contact_import.php

+ 1 - 1
contact_import.php

@@ -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";