From a45e48492562751d1074401776d9490d253ea68d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 22 Jul 2006 14:28:25 +0000 Subject: [PATCH] =?UTF-8?q?On=20agrandit=20zone=20=E9dition=20mailings.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/mailing/fiche.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index ef826a90684..27835cfc49c 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2005 Laurent Destailleur +/* Copyright (C) 2004 Rodolphe Quiedeville + * Copyright (C) 2005-2006 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -250,11 +250,12 @@ if ($_GET["action"] == 'create') { require_once(DOL_DOCUMENT_ROOT."/includes/fckeditor/fckeditor.php"); $oFCKeditor = new FCKeditor('body'); + $oFCKeditor->Height = '20' ; $oFCKeditor->Create() ; } else { - print ''; + print ''; } print ''; print ''; @@ -448,12 +449,13 @@ else { require_once(DOL_DOCUMENT_ROOT."/includes/fckeditor/fckeditor.php"); $oFCKeditor = new FCKeditor('body'); - $oFCKeditor->Value = $mil->body; - $oFCKeditor->Create() ; + $oFCKeditor->Value = $mil->body; + $oFCKeditor->Height = '320'; + $oFCKeditor->Create(); } else { - print ''; } print '';