Skip to content
Snippets Groups Projects
Commit 6175ee27 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

force horizontal label + input

parent 40e9d797
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -319,7 +319,7 @@ class formgen { ...@@ -319,7 +319,7 @@ class formgen {
if ($elementData["type"] != "button" && $elementData["type"] != "fieldset" && $elementData["type"] != "markup") { if ($elementData["type"] != "button" && $elementData["type"] != "fieldset" && $elementData["type"] != "markup") {
if (!isset($elementData["inline"]) || !$elementData["inline"]){ if (!isset($elementData["inline"]) || !$elementData["inline"]){
// $sHtmlDefault = "<fieldset>" . $sHtmlDefault . "</fieldset>\n"; // $sHtmlDefault = "<fieldset>" . $sHtmlDefault . "</fieldset>\n";
$sHtmlDefault = '<div class="form-group">' . $sHtmlDefault . '</div>'."\n"; $sHtmlDefault = '<div class="form-group row">' . $sHtmlDefault . '</div>'."\n";
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment