From 75b7f41263a8d4bc97403585b19f92fdcdc6089b Mon Sep 17 00:00:00 2001 From: SecretR Date: Wed, 2 Apr 2014 15:57:47 +0300 Subject: [PATCH] Allow multiple element classes in Bootstrap3 mode --- e107_handlers/form_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index c1f7abee9..3f1474c62 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -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(); */ -?> \ No newline at end of file +?>