From 85adcf059439ded1fc3b7e99478de5d08ab211f7 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 22 Oct 2009 17:10:38 +0000 Subject: [PATCH] Revert the body of the normal communication module to plain text, until the html sending is implemented --- admin/communication.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/communication.php b/admin/communication.php index 2b11558..ca3c6e8 100644 --- a/admin/communication.php +++ b/admin/communication.php @@ -561,7 +561,8 @@ case 'dialog_edit': echo "
"; echo "".i18n("Email Subject").":\n"; echo "".i18n("Email From").":\n"; -// echo "".i18n("Email Body").""; + echo "".i18n("Email Body").""; + /* echo "".i18n("Email Body").":"; require_once("../fckeditor/fckeditor.php"); $oFCKeditor = new FCKeditor("body") ; @@ -571,6 +572,7 @@ case 'dialog_edit': $oFCKeditor->Height=300; $oFCKeditor->Create(); echo ""; + */ echo ""; echo "";