1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Allow multiple element classes in Bootstrap3 mode

This commit is contained in:
SecretR 2014-04-02 15:57:47 +03:00
parent a6fa26577f
commit 75b7f41263

View File

@ -202,7 +202,7 @@ class e_form
if(deftrue('BOOTSTRAP') === 3)
{
$options['class'] = 'form-control';
$options['class'] .= ' form-control';
}
/*
@ -4339,4 +4339,4 @@ echo $rs->form_close();
*/
?>
?>