mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
Les liens de la box des rss s'ouvrent dans une autre fenetre du navigateur
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -85,7 +84,8 @@ class box_external_rss extends ModeleBoxes {
|
||||
$this->info_box_contents[$i][0] = array('align' => 'left',
|
||||
'logo' => $this->boximg,
|
||||
'text' => $title,
|
||||
'url' => $href);
|
||||
'url' => $href,
|
||||
'target' => 'newrss');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user