30 lines
339 B
PHP
30 lines
339 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => [
|
|
|
|
'filter' => [
|
|
'label' => 'Filtr',
|
|
],
|
|
|
|
],
|
|
|
|
'filters' => [
|
|
|
|
'actions' => [
|
|
|
|
'apply' => [
|
|
'label' => 'Použít',
|
|
],
|
|
|
|
'reset' => [
|
|
'label' => 'Resetovat',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|