bug #15804
This commit is contained in:
parent
9e165862bb
commit
6d4751a322
@ -106,7 +106,7 @@ class box_bookmarks extends ModeleBoxes {
|
||||
{
|
||||
if ($num==0 && $i==$num)
|
||||
{
|
||||
$this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoRecordedBookmarks",DOL_URL_ROOT.'/bookmarks/liste.php'));
|
||||
$this->info_box_contents[$i][0] = array('align' => 'center','text' => $langs->trans("NoRecordedBookmarks"),DOL_URL_ROOT.'/bookmarks/liste.php');
|
||||
$this->info_box_contents[$i][1] = array('text'=>' ');
|
||||
} else {
|
||||
$this->info_box_contents[$i][0] = array('text'=>' ');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user