Add accept and mime type for the upload button for sending a fax.

This commit is contained in:
Mark Crane 2012-11-22 02:23:55 +00:00
parent f51f08f03c
commit 76748a40a2
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,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=\"btn\" id=\"fax_file\">\n";
echo " <input name=\"fax_file\" type=\"file\" class=\"btn\" id=\"fax_file\" accept=\"image/tiff,application/pdf\">\n";
echo " <br />\n";
echo " ".$text['description-upload']."\n";
echo "</td>\n";