From 8737163202a7bbf9e3ba15871e27b6945e40eba4 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 14 Oct 2009 19:48:40 +0000 Subject: [PATCH] - tweak the editor a bit --- admin/communication.php | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/admin/communication.php b/admin/communication.php index 7d41aa6..17743dd 100644 --- a/admin/communication.php +++ b/admin/communication.php @@ -226,18 +226,26 @@ case 'dialog_edit': : - : - BasePath = "../fckeditor/"; - $oFCKeditor->ToolbarSet = 'sfiab'; - $oFCKeditor->Value = $bodyhtml; - $oFCKeditor->Width="100%"; - $oFCKeditor->Height=300; - $oFCKeditor->Create(); - // echo "" + +
BasePath = "../fckeditor/"; + $oFCKeditor->ToolbarSet = 'sfiab'; + $oFCKeditor->Value = $bodyhtml; + $oFCKeditor->Width="100%"; + $oFCKeditor->Height=300; + $oFCKeditor->Create(); + // echo "" ?> + + +