'. $app_strings['LBL_TEAM'] . ' ' . $fields['TEAM_NAME'] . '
'; if(!empty($fields['DESCRIPTION'])) { $overlib_string .= ''. $mod_strings['LBL_NOTE'] . ' ' . substr($fields['DESCRIPTION'], 0, 300); if(strlen($fields['DESCRIPTION']) > 300) $overlib_string .= '...'; $overlib_string .= '
'; } return array('fieldToAddTo' => 'NAME', 'string' => $overlib_string, 'editLink' => "index.php?action=EditView&module=Notes&return_module=Notes&record={$fields['ID']}", 'viewLink' => "index.php?action=DetailView&module=Notes&return_module=Notes&record={$fields['ID']}"); } ?>