Switch from input text to textarea for destination_number
This commit is contained in:
parent
18b3c41f47
commit
cc454ff882
|
|
@ -539,7 +539,7 @@
|
||||||
echo " ".$text['label-destination_number']."\n";
|
echo " ".$text['label-destination_number']."\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td class='vtable' style='position: relative;' align='left'>\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 "<br />\n";
|
||||||
echo $text['description-destination_number']."\n";
|
echo $text['description-destination_number']."\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue