foreach ($data as $recordLink): ?>
$link = str_replace("type=id","type=ctrlnum",$this->recordLink()->related($recordLink['link'])); ?>
=$this->transEsc($recordLink['title'])?>:
// print_r($recordLink['link']); ?>
">=$this->escapeHtml($recordLink['value'])?>
endforeach; ?>
/* if we have record links, display relevant explanatory notes */
$related = $this->driver->getRelationshipNotes();
if (!empty($related)): ?>
foreach ($related as $field): ?>
=$this->escapeHtml($field)?>
endforeach; ?>
endif; ?>