mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-30 12:39:19 +00:00
Email Queue - Edit: Textarea for Body field.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user