Skip to content
Snippets Groups Projects
Commit 25e03025 authored by hahn's avatar hahn
Browse files

task-2494 ... make the login inputs a bit larger

parent e1202aa0
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ class formgen { ...@@ -270,7 +270,7 @@ class formgen {
if (array_key_exists("inline", $elementData) && $elementData["inline"]){ if (array_key_exists("inline", $elementData) && $elementData["inline"]){
$sLabelElement = $this->_addLabel($sLabelText, $sId, "col-sm-2"); $sLabelElement = $this->_addLabel($sLabelText, $sId, "col-sm-2");
// $sHtmlDefault = $sLabelElement . "\n" . $sFormElement . "\n"; // $sHtmlDefault = $sLabelElement . "\n" . $sFormElement . "\n";
$sHtmlDefault = $sLabelElement . '<div class="col-sm-2">' . "\n" . $sFormElement . '</div>' . "\n"; $sHtmlDefault = $sLabelElement . '<div class="col-sm-3">' . "\n" . $sFormElement . '</div>' . "\n";
} else { } else {
$sLabelElement = $this->_addLabel($sLabelText, $sId, "col-sm-2"); $sLabelElement = $this->_addLabel($sLabelText, $sId, "col-sm-2");
// $sHtmlDefault = $sLabelElement . '<div class="controls">' . "\n" . $sFormElement . '</div>' . "\n"; // $sHtmlDefault = $sLabelElement . '<div class="controls">' . "\n" . $sFormElement . '</div>' . "\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment