[+] BO : added new input type tags
This commit is contained in:
@@ -89,7 +89,13 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
|
||||
public function setMedia()
|
||||
{
|
||||
parent::setMedia();
|
||||
$this->addJqueryUi('ui.widget');
|
||||
$this->addJqueryPlugin('tagify');
|
||||
}
|
||||
|
||||
public function initListManufacturer()
|
||||
{
|
||||
@@ -284,7 +290,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'hint' => $this->l('Forbidden characters:').' <>;=#{}'
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'type' => 'tags',
|
||||
'label' => $this->l('Meta keywords:'),
|
||||
'name' => 'meta_keywords',
|
||||
'lang' => true,
|
||||
|
||||
Reference in New Issue
Block a user