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:
parent
afca4f558a
commit
d46e84fb21
@ -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',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user