Password Reset: Add email message to Email Templates.

This commit is contained in:
Nate
2019-03-13 23:30:39 -06:00
parent 978dd8342e
commit a35f618ec2
6 changed files with 112 additions and 27 deletions

View File

@@ -218,7 +218,7 @@
echo " ".$text['label-template_body']."\n";
echo "</td>\n";
echo "<td class='vtable' style='position: relative;' align='left'>\n";
echo " <textarea class='formfld' name='template_body' rows='8' style='width: 100%'>".escape($template_body)."</textarea>\n";
echo " <textarea class='formfld' name='template_body' style='min-width: 100%; height: 350px; font-family: monospace;'>".escape($template_body)."</textarea>\n";
echo "<br />\n";
echo $text['description-template_body']."\n";
echo "</td>\n";