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

Diff of /dolibarr/htdocs/docsoc.php

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

revision 1.23 by eldy, Thu Aug 25 00:05:24 2005 UTC revision 1.24 by eldy, Fri Nov 11 16:37:53 2005 UTC
# Line 134  if ($socid > 0) Line 134  if ($socid > 0)
134    
135          $head[$h][0] = DOL_URL_ROOT.'/societe/notify/fiche.php?socid='.$societe->id;          $head[$h][0] = DOL_URL_ROOT.'/societe/notify/fiche.php?socid='.$societe->id;
136          $head[$h][1] = $langs->trans("Notifications");          $head[$h][1] = $langs->trans("Notifications");
137            $h++;
138    
139            $head[$h][0] = DOL_URL_ROOT.'/societe/info.php?socid='.$societe->id;
140            $head[$h][1] = $langs->trans("Info");
141            $h++;
142            
143          dolibarr_fiche_head($head, $hselected, $societe->nom);          dolibarr_fiche_head($head, $hselected, $societe->nom);
144    
145          // Construit liste des fichiers          // Construit liste des fichiers

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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