Render the css classes on the filter widget (#5067)
This commit is contained in:
parent
ce7335f6cb
commit
b417a4938f
|
|
@ -1,5 +1,5 @@
|
|||
<div
|
||||
class="control-filter"
|
||||
class="control-filter <?= $cssClasses ?>"
|
||||
data-control="filterwidget"
|
||||
data-options-handler="<?= $this->getEventHandler('onFilterGetOptions') ?>"
|
||||
data-update-handler="<?= $this->getEventHandler('onFilterUpdate') ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue