Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 14 Apr 2018 21:34:10 +0000 (23:34 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 14 Apr 2018 21:34:10 +0000 (23:34 +0200)
- ops, .col-form-label is the right one

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/helper/html/forms/class_HtmlFormHelper.php

index 768c5ed680933efdda73258fe53538e5135c3566..30549f57325747ec9fc45383c07ecd047fe5f907 100644 (file)
@@ -539,7 +539,7 @@ class HtmlFormHelper extends BaseHtmlHelper implements HelpableTemplate {
                } // END - if
 
                // Generate the content
-               $inputContent = sprintf('<label class="control-label" for="%s_%s_field"%s>
+               $inputContent = sprintf('<label class="col-form-label" for="%s_%s_field"%s>
        %s
 </label>',
                        $this->getFormId(),