From 224cd66b0a262f66b18568cd083a8ab668f0758d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 31 Jul 2006 23:15:18 +0000 Subject: [PATCH] On conditionne affichage des options de fckeditor selon module --- htdocs/admin/fckeditor.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/fckeditor.php b/htdocs/admin/fckeditor.php index ed180567e13..e5666446a5f 100644 --- a/htdocs/admin/fckeditor.php +++ b/htdocs/admin/fckeditor.php @@ -83,10 +83,12 @@ $head[$h][1] = $langs->trans("Activation"); $hselected=$h; $h++; +/* +En attendant d'avoir quelquechose de gérer par cette page, je commente $head[$h][0] = DOL_URL_ROOT."/admin/fckeditor_cfg.php"; $head[$h][1] = $langs->trans("Setup"); $h++; - +*/ dolibarr_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));