File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 77 $ this ->setVar ('labelColClass ' , 'col-sm-2 control-label ' );
88 $ this ->setVar ('formItemColClass ' , 'col-sm-10 ' );
99 break ;
10+ case 'default_custom ' :
11+ /* $this->getVar('labelColClass') and $this->getVar('formItemColClass') already have the correct values from the call. */
12+ break ;
1013 case 'default_full ' :
1114 case 'default_custom_full ' :
1215 $ this ->setVar ('labelColClass ' , 'col-sm-12 ' );
2023$ inputWrapperClose = ($ this ->getVar ('notCloseInputWrapper ' )) ? '' : '</div> ' ;
2124$ formGroupClose = ($ this ->getVar ('notClosedFormGroup ' )) ? '' : '</div> ' ;
2225
23- echo '<div class="form-group ' . $ this ->getVar ('class ' ) . '"> ' . $ labelWrapperOpen . $ this ->getVar ('label ' ) . $ this ->getVar ('infoTooltip ' ) . $ this ->getVar ('infoCollapseButton ' ) . $ labelWrapperClose . $ inputWrapperOpen . $ this ->getVar ('element ' ) . $ inputWrapperClose . $ formGroupClose . $ this ->getVar ('infoCollapse ' );
26+ echo '<div class="form-group ' . $ this ->getVar ('class ' ) . '"> ' . $ labelWrapperOpen . $ this ->getVar ('label ' ) . $ this ->getVar ('infoTooltip ' ) . $ this ->getVar ('infoCollapseButton ' ) . $ labelWrapperClose . $ inputWrapperOpen . $ this ->getVar ('element ' ) . $ inputWrapperClose . $ formGroupClose . $ this ->getVar ('infoCollapse ' );
You can’t perform that action at this time.
0 commit comments