'; //BUILDER:START overlibstring if(!empty($fields['DESCRIPTION'])){ $overlib_string .= ''. $mod_strings['LBL_DESCRIPTION'] . ' ' . $fields['DESCRIPTION']; // if(strlen($fields['DESCRIPTION']) > 300) $overlib_string .= '...'; $overlib_string .= '
'; } $overlib_string .= ''; //BUILDER:END overlibstring return array( 'fieldToAddTo' => 'NAME', 'string' => $overlib_string, 'editLink' => "index.php?action=EditView&module=EcmPaymentConditions&return_module=EcmPaymentConditions&record={$fields['ID']}", 'viewLink' => "index.php?action=DetailView&module=EcmPaymentConditions&return_module=EcmPaymentConditions&record={$fields['ID']}"); } ?>