Set the class of the default divs to form-group

This commit is contained in:
Kyle Johnson 2013-09-24 21:32:38 -04:00
parent ae895ad8b7
commit 8fc599240e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
'legend' => false,
'fieldset' => false,
'label' => array('class' => array('control-label')),
'div' => array('class' => array('form-group')),
'class' => 'form-control'
)
)); ?>