Test fixes
Some checks failed
CI / build_css (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-16 02:14:55 +00:00
parent db9e9eff65
commit 7990ac5e20

View File

@ -23,7 +23,7 @@
<td>Select
<?php include __DIR__ . '/helper/sort.tpl.php'; ?>
<?php
$filterType = 'select';
$filterType = 'select';
$filterOptions = [
'o1' => 'Option1',
'o2' => 'Option2',
@ -44,7 +44,7 @@
<td>Radio
<?php include __DIR__ . '/helper/sort.tpl.php'; ?>
<?php
$filterType = 'select';
$filterType = 'select';
$filterOptions = [
'r1' => 'Radio1',
'r2' => 'Radio2',
@ -57,10 +57,10 @@
<td>Checkbox
<?php include __DIR__ . '/helper/sort.tpl.php'; ?>
<?php
$filterType = 'select';
$filterType = 'select';
$filterOptions = [
'CREATE' => 'Create',
'READ' => 'Read',
'READ' => 'Read',
'MODIFY' => 'Modify',
];