/[dolibarr]/dolibarr/htdocs/includes/boxes/box_bookmarks.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/boxes/box_bookmarks.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by eldy, Sat Sep 17 14:18:53 2005 UTC revision 1.4 by eldy, Mon Sep 26 19:37:29 2005 UTC
# Line 98  class box_bookmarks extends ModeleBoxes Line 98  class box_bookmarks extends ModeleBoxes
98                  {                  {
99                      if ($num==0 && $i==$num)                      if ($num==0 && $i==$num)
100                      {                      {
101                          $this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoRecordedBookmarks"));                          $this->info_box_contents[$i][0] = array('align' => 'center','text'=>$langs->trans("NoRecordedBookmarks",DOL_URL_ROOT.'/bookmarks/liste.php'));
102                          $this->info_box_contents[$i][1] = array('text'=>' ');                          $this->info_box_contents[$i][1] = array('text'=>' ');
103                      } else {                      } else {
104                          $this->info_box_contents[$i][0] = array('text'=>' ');                          $this->info_box_contents[$i][0] = array('text'=>' ');

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26