array( 'history' => array( 'order' => 40, 'title_key' => 'LBL_HISTORY_SUBPANEL_TITLE', 'type' => 'collection', 'subpanel_name' => 'history', //this values is not associated with a physical file. 'sort_order' => 'desc', 'sort_by' => 'date_entered', 'header_definition_from_subpanel' => 'calls', 'module' => 'History', 'top_buttons' => array( array('widget_class' => 'SubPanelTopCreateNoteButton'), ), 'collection_list' => array( 'notes' => array( 'module' => 'Notes', 'subpanel_name' => 'ForTasks', 'get_subpanel_data' => 'notes', ), ), ), /* end history subpanel def */ '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', ), ), );