// Fix bug with specific prices creation

This commit is contained in:
tDidierjean
2011-12-20 15:37:49 +00:00
parent bec125fa06
commit b2eb18e7e5
2 changed files with 3 additions and 3 deletions
@@ -186,7 +186,8 @@ class AdminCategoriesControllerCore extends AdminController
'lang' => true,
'size' => 48,
'required' => true,
'hint' => $this->l('Invalid characters:').' <>;=#{}'
'class' => 'copy2friendlyUrl',
'hint' => $this->l('Invalid characters:').' <>;=#{}',
),
array(
'type' => 'radio',