array( 'width' => '10', 'label' => 'LBL_LIST_CAMPAIGN', 'link' => true, 'customCode' => '{$CAMPAIGN_NAME}', 'default' => true), 'RECIPIENT_NAME' => array( 'sortable' => false, 'width' => '10', 'label' => 'LBL_LIST_RECIPIENT_NAME', 'customCode' => '{$RECIPIENT_NAME}', 'default' => true), 'RECIPIENT_EMAIL' => array( 'sortable' => false, 'width' => '10', 'label' => 'LBL_LIST_RECIPIENT_EMAIL', 'customCode' => '{$EMAIL1_LINK}{$RECIPIENT_EMAIL}', 'default' => true), 'MESSAGE_NAME' => array( 'sortable' => false, 'width' => '10', 'label' => 'LBL_LIST_MESSAGE_NAME', 'customCode' => '{$MESSAGE_NAME}', 'default' => true), 'SEND_DATE_TIME' => array( 'width' => '10', 'label' => 'LBL_LIST_SEND_DATE_TIME', 'default' => true), 'SEND_ATTEMPTS' => array( 'width' => '10', 'label' => 'LBL_LIST_SEND_ATTEMPTS', 'default' => true), 'IN_QUEUE' => array( 'width' => '10', 'label' => 'LBL_LIST_IN_QUEUE', 'default' => true), );