/[dolibarr]/dolibarr/htdocs/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/index.php

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

revision 1.49 by hregis, Fri Dec 2 13:26:13 2005 UTC revision 1.50 by hregis, Fri Dec 2 13:29:24 2005 UTC
# Line 99  print "</table>\n"; Line 99  print "</table>\n";
99   * Tableau de bord d'états Dolibarr (statistiques)   * Tableau de bord d'états Dolibarr (statistiques)
100   * Non affiché pour un utilisateur externe   * Non affiché pour un utilisateur externe
101   */   */
102  $langs->load("other");  
103  if ($user->societe_id == 0)  if ($user->societe_id == 0)
104  {  {
105      print '<br>';      print '<br>';
# Line 184  if ($user->societe_id == 0) Line 184  if ($user->societe_id == 0)
184              }              }
185              else $board=$boardloaded[$classe];              else $board=$boardloaded[$classe];
186              $var=!$var;              $var=!$var;
187                $langs->load("other");
188              print '<tr '.$bc[$var].'><td width="16">'.img_object($titres[$key],$icons[$key]).'</td>';              print '<tr '.$bc[$var].'><td width="16">'.img_object($titres[$key],$icons[$key]).'</td>';
189              print '<td>'.$titres[$key].'</td>';              print '<td>'.$titres[$key].'</td>';
190              print '<td align="right"><a href="'.$links[$key].'">'.$board->nb[$val].'</a></td>';              print '<td align="right"><a href="'.$links[$key].'">'.$board->nb[$val].'</a></td>';

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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