Merge pull request #678 from gr4devel/patch-5

[*] BO : add TinyMCE editor for supplier descrpition in AdminSuppliers
This commit is contained in:
Gregory Roussac
2013-09-02 06:03:20 -07:00

View File

@@ -94,7 +94,8 @@ class AdminSuppliersControllerCore extends AdminController
'rows' => 10,
'lang' => true,
'hint' => $this->l('Invalid characters:').' <>;=#{}',
'desc' => $this->l('Will appear in the supplier list')
'desc' => $this->l('Will appear in the supplier list'),
'autoload_rte' => 'rte' //Enable TinyMCE editor for short description
),
array(
'type' => 'text',