Fax Server: Revert Destination Number field to type text to support non-numeric entries.

This commit is contained in:
Nate Jones 2015-02-19 23:37:48 +00:00
parent ea97d9288d
commit 8dc2ab55b4
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo " ".$text['label-destination-number']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='number' name='fax_destination_number' maxlength='255' min='0' step='1' value=\"$fax_destination_number\">\n";
echo " <input class='formfld' type='text' name='fax_destination_number' maxlength='255' min='0' step='1' value=\"$fax_destination_number\">\n";
echo "<br />\n";
echo " ".$text['description-destination-number']."\n";
echo "</td>\n";