/[dolibarr]/dolibarr/htdocs/comm/action/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/action/fiche.php

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

revision 1.54 by eldy, Sat Aug 20 22:46:04 2005 UTC revision 1.55 by eldy, Fri Sep 2 16:49:29 2005 UTC
# Line 519  if ($_GET["id"]) Line 519  if ($_GET["id"])
519          print '<td>'.img_object($langs->trans("ShowCompany"),'company').' '.$act->societe->nom_url.'</td>';          print '<td>'.img_object($langs->trans("ShowCompany"),'company').' '.$act->societe->nom_url.'</td>';
520            
521          print '<td>'.$langs->trans("Contact").'</td>';          print '<td>'.$langs->trans("Contact").'</td>';
522          print '<td><a href="'.DOL_URL_ROOT.'/contact/fiche.php?id='.$act->contact->id.'">'.img_object($langs->trans("ShowContact"),'contact').' '.$act->contact->fullname.'</a></td></tr>';          print '<td>';
523            if ($act->contact->id) print '<a href="'.DOL_URL_ROOT.'/contact/fiche.php?id='.$act->contact->id.'">'.img_object($langs->trans("ShowContact"),'contact').' '.$act->contact->fullname.'</a>';
524            else print $langs->trans("None");
525            print '</td></tr>';
526          print '<tr><td>'.$langs->trans("DateCreation").'</td><td>'.strftime('%d %B %Y %H:%M',$act->date).'</td>';          print '<tr><td>'.$langs->trans("DateCreation").'</td><td>'.strftime('%d %B %Y %H:%M',$act->date).'</td>';
527          print '<td>'.$langs->trans("Author").'</td>';          print '<td>'.$langs->trans("Author").'</td>';
528          print '<td><a href="'.DOL_URL_ROOT.'/user/fiche.php?id='.$act->author->id.'">'.img_object($langs->trans("ShowUser"),'user').' '.$act->author->fullname.'</a></td></tr>';          print '<td><a href="'.DOL_URL_ROOT.'/user/fiche.php?id='.$act->author->id.'">'.img_object($langs->trans("ShowUser"),'user').' '.$act->author->fullname.'</a></td></tr>';

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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