Add php files
This commit is contained in:
27
modules/EcmServiceNews/metadata/searchdefs.php
Executable file
27
modules/EcmServiceNews/metadata/searchdefs.php
Executable file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
$searchdefs['EcmServiceNews'] = array (
|
||||
'templateMeta' => array (
|
||||
'maxColumns' => '3',
|
||||
'widths' => array (
|
||||
'label' => '10',
|
||||
'field' => '30'
|
||||
),
|
||||
),
|
||||
'layout' => array (
|
||||
'basic_search' => array (
|
||||
'document_no',
|
||||
'register_date',
|
||||
'parent_name',
|
||||
'service_type',
|
||||
'repair_status',
|
||||
'status',
|
||||
array('name'=>'current_user_only', 'label'=>'LBL_CURRENT_USER_FILTER', 'type'=>'bool'),
|
||||
),
|
||||
'advanced_search' => array (
|
||||
'document_no',
|
||||
'register_date',
|
||||
array('name'=>'current_user_only', 'label'=>'LBL_CURRENT_USER_FILTER', 'type'=>'bool'),
|
||||
),
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user