Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 418 → Rev 419

/trunk/papyrus/applications/afficheur/afficheur.admin.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: afficheur.admin.php,v 1.6 2005-07-15 17:10:08 ddelon Exp $
// CVS : $Id: afficheur.admin.php,v 1.7 2005-07-18 08:53:14 ddelon Exp $
/**
* Gestion de la rédaction du contenu pour Papyrus.
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.6 $ $Date: 2005-07-15 17:10:08 $
*@version $Revision: 1.7 $ $Date: 2005-07-18 08:53:14 $
// +------------------------------------------------------------------------------------------------------+
*/
 
153,7 → 153,7
$fckeditor = new FCKeditor('gmc_contenu');
$fckeditor->Value = $ligne_dernier_contenu['gmc_contenu'];
$fckeditor->Height = $GLOBALS['_AFFI_']['fckeditor']['hauteur'];
//$fckeditor->ToolbarSet = $GLOBALS['_AFFI_']['fckeditor']['barre'];
$fckeditor->ToolbarSet = $GLOBALS['_AFFI_']['fckeditor']['barre'];
$fckeditor->Config['CustomConfigurationsPath']=$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'];
$fckeditor->Config['AutoDetectLanguage'] = false;
$fckeditor->Config['DefaultLanguage'] = $GLOBALS['_AFFI_']['fckeditor']['langue'];
245,6 → 245,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.6 2005/07/15 17:10:08 ddelon
* Configuration Fcsk et menage
*
* Revision 1.5 2005/06/03 18:39:30 jpm
* Ajout de la barre d'outil Papyrus FCKeditor.
*