{
if (strlen($str_return))
$str_return = $str_return . " \n";
- $str_return .= _("Attached File:")." <a href='$path_to_root/admin/attachments.php?vw=".$attachment["id"]." ' target='blanc_'> ".
- $attachment["id"] . " " . $attachment["description"]. " - ". $attachment["filename"]."</a><br>";
+ $str_return .= _("Attached File:")." <a target='_blank' href='$path_to_root/admin/attachments.php?vw=".$attachment["id"]."' onclick='javascript:openWindow(this.href, this.target);return false;'> ".$attachment["id"] . " " . $attachment["description"]. " - ". $attachment["filename"]."</a><br>";
}
return $str_return . "<br>";
}