@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | $this->grid = $grid; |
| 49 | 49 | $this->name = $name; |
| 50 | 50 | |
| 51 | - $this->setTemplate(__DIR__ . '/../templates/column_multi_action.latte'); |
|
| 51 | + $this->setTemplate(__DIR__.'/../templates/column_multi_action.latte'); |
|
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | if ($this->getClass()) { |
| 82 | - $button->class($this->getClass() . ' dropdown-toggle'); |
|
| 82 | + $button->class($this->getClass().' dropdown-toggle'); |
|
| 83 | 83 | } |
| 84 | 84 | |
| 85 | 85 | return $button; |