Switch from input text to textarea for destination_number

This commit is contained in:
FusionPBX 2023-08-24 14:41:40 -06:00 committed by GitHub
parent 18b3c41f47
commit cc454ff882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@
echo " ".$text['label-destination_number']."\n";
echo "</td>\n";
echo "<td class='vtable' style='position: relative;' align='left'>\n";
echo " <input class='formfld' type='text' name='destination_number' maxlength='255' value='".escape($destination_number)."'>\n";
echo " <textarea class='formfld' name='destination_number'>".escape($destination_number)."</textarea>\n";
echo "<br />\n";
echo $text['description-destination_number']."\n";
echo "</td>\n";