NEW: Ensure External RSS Links Open in New Window

- This ensures that the user does not move away from the Dolibarr page
This commit is contained in:
IJ 2018-12-06 12:57:03 +00:00 committed by GitHub
parent afca4f558a
commit d46e84fb21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,6 +111,7 @@ class box_external_rss extends ModeleBoxes
'sublink' => $link,
'subtext'=>$langs->trans("LastRefreshDate").': '.($rssparser->getLastFetchDate()?dol_print_date($rssparser->getLastFetchDate(),"dayhourtext"):$langs->trans("Unknown")),
'subpicto'=>'help',
'target'=>'_blank',
);
}