init
This commit is contained in:
67
modules/EcmActions/metadata/searchdefs.php
Normal file
67
modules/EcmActions/metadata/searchdefs.php
Normal file
@@ -0,0 +1,67 @@
|
||||
<?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' => 'LBL_CATEGORY',
|
||||
'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' => 'LBL_CATEGORY',
|
||||
'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'
|
||||
)
|
||||
)
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user