[+] BO : add TinyMCE editor for supplier descrpition in AdminManufacturerSupplier

This commit is contained in:
gr4devel
2013-09-02 14:15:33 +02:00
parent 477457a44f
commit 36ca7f294a
@@ -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',