Email Queue - Edit: Textarea for Body field.

This commit is contained in:
fusionate 2023-03-01 03:19:40 +00:00
parent 181998cb37
commit b7e63aff1a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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