From eec48ed7b5e1aea7621b4ff86a484531ab63c033 Mon Sep 17 00:00:00 2001 From: lBrieu Date: Thu, 11 Aug 2011 09:10:28 +0000 Subject: [PATCH] [+] Add the TinyMCE editor on categories description git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8013 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/tabs/AdminCategories.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/admin-dev/tabs/AdminCategories.php b/admin-dev/tabs/AdminCategories.php index 2cd50253f..fc62236c6 100644 --- a/admin-dev/tabs/AdminCategories.php +++ b/admin-dev/tabs/AdminCategories.php @@ -311,5 +311,16 @@ class AdminCategories extends AdminTab

'; + // TinyMCE + $iso = $this->context->language->iso_code; + $isoTinyMCE = (file_exists(_PS_ROOT_DIR_.'/js/tiny_mce/langs/'.$iso.'.js') ? $iso : 'en'); + $ad = dirname($_SERVER["PHP_SELF"]); + echo ' + + '; } }