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 '';