Add destination number to fax edit.

This commit is contained in:
Mark Crane 2012-10-08 23:12:42 +00:00
parent 7bea8f0158
commit cca6c40e66
1 changed files with 12 additions and 0 deletions

View File

@ -541,6 +541,18 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "</td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
echo " ".$content_fax['label-destination-number'].":\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='fax_destination_number' maxlength='255' value=\"$fax_destination_number\">\n";
echo "<br />\n";
echo " ".$content_fax['description-destinationa-number']."\n";
echo "Enter the fax destination number.\n";
echo "</td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
echo " ".$content_fax['label-email'].":\n";