68 lines
1.3 KiB
PHP
68 lines
1.3 KiB
PHP
<?php
|
|
$searchdefs ['EcmActions'] = array (
|
|
'layout' => array (
|
|
'basic_search' => array (
|
|
'name' => array (
|
|
'name' => 'name',
|
|
'default' => true,
|
|
'width' => '10%'
|
|
),
|
|
'indeks' => array (
|
|
'type' => 'varchar',
|
|
'label' => 'LBL_INDEKS',
|
|
'width' => '10%',
|
|
'default' => true,
|
|
'name' => 'indeks'
|
|
),
|
|
'category' => array(
|
|
'type' => 'enum',
|
|
'label' => 'Linia',
|
|
'width' => '10%',
|
|
'default' => true,
|
|
'name' => 'category'
|
|
),
|
|
),
|
|
'advanced_search' => array (
|
|
'name' => array (
|
|
'name' => 'name',
|
|
'default' => true,
|
|
'width' => '10%'
|
|
),
|
|
'indeks' => array (
|
|
'type' => 'varchar',
|
|
'label' => 'LBL_INDEKS',
|
|
'width' => '10%',
|
|
'default' => true,
|
|
'name' => 'indeks'
|
|
),
|
|
'category' => array(
|
|
'type' => 'enum',
|
|
'label' => 'Linia',
|
|
'width' => '10%',
|
|
'default' => true,
|
|
'name' => 'category'
|
|
),
|
|
'assigned_user_id' => array (
|
|
'name' => 'assigned_user_id',
|
|
'label' => 'LBL_ASSIGNED_TO',
|
|
'type' => 'enum',
|
|
'function' => array (
|
|
'name' => 'get_user_array',
|
|
'params' => array (
|
|
0 => false
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
'templateMeta' => array (
|
|
'maxColumns' => '3',
|
|
'maxColumnsBasic' => '4',
|
|
'widths' => array (
|
|
'label' => '10',
|
|
'field' => '30'
|
|
)
|
|
)
|
|
);
|
|
?>
|