array( array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'Cases'), ), 'where' => '', 'list_fields' => array( 'case_number'=>array( 'vname' => 'LBL_LIST_NUMBER', 'width' => '6%', ), 'name'=>array( 'vname' => 'LBL_LIST_SUBJECT', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '30%', ), 'reply_to_status' => array( 'usage' => 'query_only', 'force_exists' => true, ), 'assigned_user_name'=>array( 'vname' => 'LBL_LIST_ASSIGNED', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '30%', ), 'account_name'=>array( 'module' => 'Accounts', 'widget_class' => 'SubPanelDetailViewLink', 'vname' => 'LBL_LIST_ACCOUNT_NAME', 'width' => '30%', ), 'status'=>array( 'vname' => 'LBL_LIST_STATUS', 'width' => '10%', ), '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%', ), ), ); ?>