File: /home/nexper/public_html/crm/custom/modules/Prospects/Ext/Layoutdefs/layoutdefs.ext.php
<?php
//WARNING: The contents of this file are auto-generated
$layout_defs['Prospects']['subpanel_setup']['securitygroups'] = array(
'top_buttons' => array(array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'SecurityGroups', 'mode' => 'MultiSelect'),),
'order' => 900,
'sort_by' => 'name',
'sort_order' => 'asc',
'module' => 'SecurityGroups',
'refresh_page'=>1,
'subpanel_name' => 'default',
'get_subpanel_data' => 'SecurityGroups',
'add_subpanel_data' => 'securitygroup_id',
'title_key' => 'LBL_SECURITYGROUPS_SUBPANEL_TITLE',
);
// created: 2013-04-30 14:55:07
$layout_defs["Prospects"]["subpanel_setup"]['fp_events_prospects_1'] = array (
'order' => 100,
'module' => 'FP_events',
'subpanel_name' => 'default',
'sort_order' => 'asc',
'sort_by' => 'id',
'title_key' => 'LBL_FP_EVENTS_PROSPECTS_1_FROM_FP_EVENTS_TITLE',
'get_subpanel_data' => 'fp_events_prospects_1',
'top_buttons' =>
array (
0 =>
array (
'widget_class' => 'SubPanelTopButtonQuickCreate',
),
1 =>
array (
'widget_class' => 'SubPanelTopSelectButton',
'mode' => 'MultiSelect',
),
),
);
/**
* sps_prospectsLayoutdefs.php
* @author SalesAgility <support@salesagility.com>
* Date: 27/01/14
*/
$layout_defs["Prospects"]["subpanel_setup"]["history"]['searchdefs'] =
array (
'collection' =>
array (
'name' => 'collection',
'label' => 'LBL_COLLECTION_TYPE',
'type' => 'enum',
'options' => $GLOBALS['app_list_strings']['collection_temp_list'],
'default' => true,
'width' => '10%',
),
'name' =>
array (
'name' => 'name',
'default' => true,
'width' => '10%',
),
'current_user_only' =>
array (
'name' => 'current_user_only',
'label' => 'LBL_CURRENT_USER_FILTER',
'type' => 'bool',
'default' => true,
'width' => '10%',
),
'date_modified' =>
array (
'name' => 'date_modified',
'default' => true,
'width' => '10%',
),
);
$layout_defs["Prospects"]["subpanel_setup"]["history"]['top_buttons'][] = array('widget_class' => 'SubPanelTopFilterButton');
?>