mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-25 23:33:02 +01:00
Fix minore checkbox
This commit is contained in:
parent
7704505f66
commit
dc48fd2b17
@ -31,7 +31,7 @@ class HTMLWrapper implements WrapperInterface
|
||||
$result = '';
|
||||
|
||||
if( $values['type']=='checkbox' ){
|
||||
$values['class'][0] = 'checkbox-group';
|
||||
$values['class'] .= ' checkbox-group';
|
||||
}
|
||||
|
||||
// Valori particolari
|
||||
|
Loading…
Reference in New Issue
Block a user