// Added field (bootstrap) size in helper form

This commit is contained in:
Damien Metzger
2013-10-25 10:16:27 +02:00
parent 139ee8f62d
commit 0ca5a24e84
5 changed files with 23 additions and 13 deletions
@@ -185,6 +185,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
'name' => 'name',
'lang' => true,
'required' => true,
'col' => '4',
'hint' => $this->l('Invalid characters:').' <>;=#{}'
),
array(
@@ -193,6 +194,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
'name' => 'public_name',
'lang' => true,
'required' => true,
'col' => '4',
'hint' => $this->l('Group name displayed to the customer').'&nbsp;'.$this->l('Invalid characters:').' <>;=#{}'
),
array(
@@ -205,6 +207,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
'id' => 'id',
'name' => 'name'
),
'col' => '2',
'hint' => $this->l('Choose the type of the attribute')
)
)