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