array( array('widget_class' => 'SubPanelTopCreateButton'), array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'Cases'), ), 'where' => '', 'fill_in_additional_fields'=>true, 'list_fields' => array( 'case_number'=>array( 'vname' => 'LBL_LIST_NUMBER', 'width' => '6%', ), 'name'=>array( 'vname' => 'LBL_LIST_SUBJECT', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '40%', ), 'account_name'=>array( 'vname' => 'LBL_LIST_ACCOUNT_NAME', 'widget_class' => 'SubPanelDetailViewLink', 'module' => 'Accounts', 'width' => '31%', 'target_record_key' => 'account_id', 'target_module' => 'Accounts', ), 'status'=>array( 'vname' => 'LBL_LIST_STATUS', 'width' => '10%', ), 'date_entered'=>array( 'vname' => 'LBL_LIST_DATE_CREATED', 'width' => '15%', ), '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', 'module' => 'Cases', 'width' => '4%', ), 'remove_button'=>array( 'vname' => 'LBL_REMOVE', 'widget_class' => 'SubPanelRemoveButton', 'module' => 'Cases', 'width' => '5%', ), ), ); ?>