Enhanced Theme: New CSS class added to file input fields to adjust their hight to be equal to other input fields.

This commit is contained in:
Nate Jones
2014-08-16 18:24:41 +00:00
parent 846e06eb95
commit d092413956
7 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ else {
echo "<td class='vtable' align='left'>\n";
echo " <input name=\"id\" type=\"hidden\" value=\"\$id\">\n";
echo " <input name=\"type\" type=\"hidden\" value=\"fax_send\">\n";
echo " <input name=\"fax_file\" type=\"file\" class=\"formfld\" id=\"fax_file\" accept=\"image/tiff,application/pdf\">\n";
echo " <input name=\"fax_file\" type=\"file\" class=\"formfld fileinput\" id=\"fax_file\" accept=\"image/tiff,application/pdf\">\n";
echo " <br />\n";
echo " ".$text['description-upload']."\n";
echo "</td>\n";