@@ -66,8 +66,8 @@ discard block |
||
| 66 | 66 | $content = $this->renderElements($form, $colMap, $buttonsSpan); |
| 67 | 67 | |
| 68 | 68 | return $this->openTag($form) |
| 69 | - . '<div class="row" style="padding: 0 15px;">' |
|
| 70 | - . $content . '</div>' . $this->closeTag(); |
|
| 69 | + . '<div class="row" style="padding: 0 15px;">' |
|
| 70 | + . $content . '</div>' . $this->closeTag(); |
|
| 71 | 71 | |
| 72 | 72 | } |
| 73 | 73 | |
@@ -109,15 +109,15 @@ discard block |
||
| 109 | 109 | |
| 110 | 110 | if ($element->getName() == $form->getButtonElement()) { |
| 111 | 111 | $content.='<div class="input-group col-md-' . $cols . '">' |
| 112 | - . $formElement($element) |
|
| 113 | - . '<div class="input-group-btn search-form-buttons" style="width: 1px;">' |
|
| 114 | - . $this->renderButtons($form->getButtons()) . '</div>' |
|
| 115 | - . '</div>'; |
|
| 112 | + . $formElement($element) |
|
| 113 | + . '<div class="input-group-btn search-form-buttons" style="width: 1px;">' |
|
| 114 | + . $this->renderButtons($form->getButtons()) . '</div>' |
|
| 115 | + . '</div>'; |
|
| 116 | 116 | $buttonsRendered = true; |
| 117 | 117 | } else { |
| 118 | 118 | $content .= '<div class="input-group col-md-' . $cols . '">' |
| 119 | - . $formElement($element) |
|
| 120 | - . '</div>'; |
|
| 119 | + . $formElement($element) |
|
| 120 | + . '</div>'; |
|
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | $i += 1; |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | $buttonsSpan = $form->getOption('buttons_span') ?: 12; |
| 129 | 129 | } |
| 130 | 130 | $content .= '<div class="input-group search-form-buttons col-md-' . $buttonsSpan . ' text-right">' |
| 131 | - . '<div class="btn-group">' . $this->renderButtons($form->getButtons()) .'</div></div>'; |
|
| 131 | + . '<div class="btn-group">' . $this->renderButtons($form->getButtons()) .'</div></div>'; |
|
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | return $content; |