Bonsoir,
Pas d'attribue pour le label, exemple :
<?php
Configure::write('FormOptions', array(
'class' => 'form-horizontal',
'inputDefaults' => array(
'format' => array('before', 'label', 'between', 'input', 'error', 'after'),
'between' => '<div class="controls">',
'after' => '</div>',
'div' => 'control-group',
'error' => array('attributes' => array('class' => 'help-inline')),
'label' => array('class' => 'control-label'),
),
));
Cordialement