27 lines
665 B
PHP
Executable File
27 lines
665 B
PHP
Executable File
<?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'),
|
|
),
|
|
),
|
|
);
|
|
?>
|