mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
parent
db9e9eff65
commit
7990ac5e20
|
|
@ -23,7 +23,7 @@
|
||||||
<td>Select
|
<td>Select
|
||||||
<?php include __DIR__ . '/helper/sort.tpl.php'; ?>
|
<?php include __DIR__ . '/helper/sort.tpl.php'; ?>
|
||||||
<?php
|
<?php
|
||||||
$filterType = 'select';
|
$filterType = 'select';
|
||||||
$filterOptions = [
|
$filterOptions = [
|
||||||
'o1' => 'Option1',
|
'o1' => 'Option1',
|
||||||
'o2' => 'Option2',
|
'o2' => 'Option2',
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
<td>Radio
|
<td>Radio
|
||||||
<?php include __DIR__ . '/helper/sort.tpl.php'; ?>
|
<?php include __DIR__ . '/helper/sort.tpl.php'; ?>
|
||||||
<?php
|
<?php
|
||||||
$filterType = 'select';
|
$filterType = 'select';
|
||||||
$filterOptions = [
|
$filterOptions = [
|
||||||
'r1' => 'Radio1',
|
'r1' => 'Radio1',
|
||||||
'r2' => 'Radio2',
|
'r2' => 'Radio2',
|
||||||
|
|
@ -57,10 +57,10 @@
|
||||||
<td>Checkbox
|
<td>Checkbox
|
||||||
<?php include __DIR__ . '/helper/sort.tpl.php'; ?>
|
<?php include __DIR__ . '/helper/sort.tpl.php'; ?>
|
||||||
<?php
|
<?php
|
||||||
$filterType = 'select';
|
$filterType = 'select';
|
||||||
$filterOptions = [
|
$filterOptions = [
|
||||||
'CREATE' => 'Create',
|
'CREATE' => 'Create',
|
||||||
'READ' => 'Read',
|
'READ' => 'Read',
|
||||||
'MODIFY' => 'Modify',
|
'MODIFY' => 'Modify',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user