From 098fa7027cb56d7ce4253cac0aa1afd948fa4b1c Mon Sep 17 00:00:00 2001 From: jfefe Date: Fri, 25 Apr 2014 15:36:00 +0200 Subject: [PATCH] Remove unused note into category translation --- htdocs/categories/traduction.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/htdocs/categories/traduction.php b/htdocs/categories/traduction.php index 0a0ecb45122..a6dadeb0e1c 100644 --- a/htdocs/categories/traduction.php +++ b/htdocs/categories/traduction.php @@ -263,17 +263,10 @@ if ($action == 'add' && ($user->rights->produit->creer || $user->rights->service print ''; print ''.$langs->trans('Label').''; print ''.$langs->trans('Description').''; - $doleditor = new DolEditor('desc', '', '', 160, 'dolibarr_notes', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, 3, 80); $doleditor->Create(); - print ''; - print ''.$langs->trans('Note').''; - $doleditor = new DolEditor('note', '', '', 160, 'dolibarr_notes', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, 3, 80); - $doleditor->Create(); - - print ''; print ''; print '';