Change the input text type description into a textarea so the description shows in a more convenient container.

This commit is contained in:
FusionPBX 2021-02-26 10:17:16 -07:00 committed by GitHub
parent f054319197
commit 05e151822a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -765,8 +765,8 @@
echo " ".$text['label-description']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='default_setting_description' style='width: 80%; max-width: 600px; min-width: 167px;' maxlength='255' value=\"".$default_setting_description."\">\n";
echo "<br />\n";
echo " <textarea class='formfld' style='width: 185px; height: 80px;' name='default_setting_description'>".escape($default_setting_description)."</textarea>\n";
echo " <br />\n";
echo $text['description-description']."\n";
echo "</td>\n";
echo "</tr>\n";