'.$communication_h2.' ('.$query_total.')

'.$communication_p.'

'; if (isset($success_msg)){ $view .= '

'.$success_msg.'

'; } $view .= '
'.$button_create_communication.''; if (isAllowed('communication_send',$_SESSION['profile'],$_SESSION['permission'],'U') === 1){ $view .= ''.$button_create_communication_send.''; } $view .= '
'.$general_filters.'
'; $view .= '
'; if (empty($responses)){ $view .= ' '; } else { foreach ($responses as $response){ $status = 'coms_status_'.$response->status; $type = 'coms_type_'.$response->coms_type; $view .= ' '; } } $view .= '
'.$communication_status.' '.$communication_type.' '.$communication_partner.' '.$communication_email.' '.$communication_firmware.' '.$communication_service.' '.$communication_marketing.' '.$general_actions.'
'.$message_no_communication.'
'.(($response->status == 1)? ''.$$status:''.$$status).' '.$$type.' '.$response->partnerID.' '.$response->email.' type_1 == 1 ?' checked':'').'/> type_2 == 1 ?' checked':'').'/> type_3 == 1 ?' checked':'').'/> '.$general_view .'
'; $view.=''; //OUTPUT echo $view; template_footer(); ?>