mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
infocenter details page opening in same window
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
|
||||
if ($fieldName == 'Details')
|
||||
{
|
||||
$link = '<a href="%s%s" target="_blank">Details</a>';
|
||||
$link = '<a href="%s%s">Details</a>';
|
||||
|
||||
$datasetRaw->{$fieldName} = sprintf(
|
||||
$link,
|
||||
|
||||
Reference in New Issue
Block a user