Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: afficheur.admin.php,v 1.17 2006-03-27 13:42:32 ddelon Exp $
|
22 |
// CVS : $Id: afficheur.admin.php,v 1.18 2006-04-28 12:41:49 florian Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Gestion de la rédaction du contenu pour Papyrus.
|
24 |
* Gestion de la rédaction du contenu pour Papyrus.
|
25 |
*
|
25 |
*
|
26 |
* Contient les fonctions nécessaires à la gestion du contenu de Papyrus.
|
26 |
* Contient les fonctions nécessaires à la gestion du contenu de Papyrus.
|
27 |
*
|
27 |
*
|
Line 30... |
Line 30... |
30 |
//Auteur original :
|
30 |
//Auteur original :
|
31 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
31 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@author Aucun
|
33 |
*@author Aucun
|
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.17 $ $Date: 2006-03-27 13:42:32 $
|
35 |
*@version $Revision: 1.18 $ $Date: 2006-04-28 12:41:49 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
*/
|
37 |
*/
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
Line 343... |
Line 343... |
343 |
|
343 |
|
344 |
$fckeditor->Height = $GLOBALS['_AFFI_']['fckeditor']['hauteur'];
|
344 |
$fckeditor->Height = $GLOBALS['_AFFI_']['fckeditor']['hauteur'];
|
345 |
$fckeditor->ToolbarSet = $GLOBALS['_AFFI_']['fckeditor']['barre'];
|
345 |
$fckeditor->ToolbarSet = $GLOBALS['_AFFI_']['fckeditor']['barre'];
|
346 |
$fckeditor->Config['CustomConfigurationsPath']=$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'];
|
346 |
$fckeditor->Config['CustomConfigurationsPath']=$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'];
|
347 |
$fckeditor->Config['AutoDetectLanguage'] = false;
|
347 |
$fckeditor->Config['AutoDetectLanguage'] = false;
|
348 |
$fckeditor->Config['DefaultLanguage'] = $GLOBALS['_AFFI_']['fckeditor']['langue'];
|
- |
|
349 |
|
348 |
$fckeditor->Config['DefaultLanguage'] = $GLOBALS['_AFFI_']['fckeditor']['langue'];
|
350 |
$fckeditor->BasePath = AFFI_CHEMIN_FCKEDITOR;
|
349 |
$fckeditor->BasePath = AFFI_CHEMIN_FCKEDITOR;
|
351 |
if ($fckeditor->IsCompatible()) {
|
350 |
if ($fckeditor->IsCompatible()) {
|
352 |
$form->addElement('html', '<li>'.$fckeditor->CreateHtml().'</li>');
|
351 |
$form->addElement('html', '<li>'.$fckeditor->CreateHtml().'</li>');
|
353 |
} else {
|
352 |
} else {
|
Line 466... |
Line 465... |
466 |
|
465 |
|
467 |
|
466 |
|
468 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
467 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
468 |
*
|
- |
|
469 |
* $Log: not supported by cvs2svn $
|
- |
|
470 |
* Revision 1.17 2006/03/27 13:42:32 ddelon
|
469 |
*
|
471 |
* the last but not the least
|
470 |
* $Log: not supported by cvs2svn $
|
472 |
*
|
471 |
* Revision 1.16 2006/03/27 11:21:49 ddelon
|
473 |
* Revision 1.16 2006/03/27 11:21:49 ddelon
|
472 |
* Still some pb
|
474 |
* Still some pb
|
473 |
*
|
475 |
*
|