mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Allow multiple element classes in Bootstrap3 mode
This commit is contained in:
@@ -202,7 +202,7 @@ class e_form
|
|||||||
|
|
||||||
if(deftrue('BOOTSTRAP') === 3)
|
if(deftrue('BOOTSTRAP') === 3)
|
||||||
{
|
{
|
||||||
$options['class'] .= ' form-control';
|
$options['class'] .= ' fform-control';
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user