array(
'width' => '20',
'label' => 'LBL_LIST_CAMPAIGN_NAME',
'link' => true,
'default' => true),
'STATUS' => array(
'width' => '10',
'label' => 'LBL_LIST_STATUS',
'default' => true),
'CAMPAIGN_TYPE' => array(
'width' => '10',
'label' => 'LBL_LIST_TYPE',
'default' => true),
'END_DATE' => array(
'width' => '10',
'label' => 'LBL_LIST_END_DATE',
'default' => true),
'ASSIGNED_USER_NAME' => array(
'width' => '8',
'label' => 'LBL_LIST_ASSIGNED_USER',
'default' => true),
'TRACK_CAMPAIGN' => array(
'width' => '1',
'label' => ' ',
'link' => true,
'customCode' => '
',
'default' => true,
'studio' => false,
'nowrap' => true,
'sortable' => false),
'LAUNCH_WIZARD' => array(
'width' => '1',
'label' => ' ',
'link' => true,
'customCode' => '
',
'default' => true,
'studio' => false,
'nowrap' => true,
'sortable' => false),
);
?>