array( array ( 'widget_class'=>'SubPanelTopCreateButton', ), array ( 'widget_class'=>'SubPanelTopSelectButton', 'popup_module' => 'Calls' ), ), 'list_fields' => array( 'object_image'=>array( 'vname' => 'LBL_OBJECT_IMAGE', 'widget_class' => 'SubPanelIcon', 'width' => '2%', ), 'close_button'=>array( 'widget_class' => 'SubPanelCloseButton', 'vname' => 'LBL_LIST_CLOSE', 'width' => '6%', 'sortable'=>false, ), 'name'=>array( 'vname' => 'LBL_LIST_SUBJECT', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '30%', ), 'status'=>array( 'widget_class' => 'SubPanelActivitiesStatusField', 'vname' => 'LBL_STATUS', 'width' => '15%', ), 'contact_name'=>array( 'widget_class' => 'SubPanelDetailViewLink', 'target_record_key' => 'contact_id', 'target_module' => 'Contacts', 'module' => 'Contacts', 'vname' => 'LBL_LIST_CONTACT', 'width' => '11%', 'sortable'=>false, ), 'date_start'=>array( 'vname' => 'LBL_DATE_TIME', 'width' => '10%', ), 'assigned_user_name' => array ( 'name' => 'assigned_user_name', 'vname' => 'LBL_LIST_ASSIGNED_TO_NAME', 'widget_class' => 'SubPanelDetailViewLink', 'target_record_key' => 'assigned_user_id', 'target_module' => 'Employees', ), 'edit_button'=>array( 'vname' => 'LBL_EDIT_BUTTON', 'widget_class' => 'SubPanelEditButton', 'width' => '2%', ), 'remove_button'=>array( 'vname' => 'LBL_REMOVE', 'widget_class' => 'SubPanelRemoveButton', 'width' => '2%', ), 'time_start'=>array( 'usage'=>'query_only', ), ), ); ?>