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