/[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.53 by eldy, Sat Aug 20 22:43:45 2005 UTC revision 1.54 by eldy, Sat Aug 20 22:46:04 2005 UTC
# Line 495  if ($_GET["id"]) Line 495  if ($_GET["id"])
495        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>';
496        print '<td>'.$langs->trans("Author").'</td>';        print '<td>'.$langs->trans("Author").'</td>';
497        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>';
498        print '<tr><td nowrap>'.$langs->trans("PercentDone").'</td><td colspan="3"><input name="percent" value="'.$act->percent.'">%</td></tr>';        print '<tr><td nowrap>'.$langs->trans("PercentDone").'</td><td colspan="3"><input name="percent" value="'.$act->percent.'" size="4">%</td></tr>';
499        if ($act->objet_url)        if ($act->objet_url)
500          {          {
501            print '<tr><td>'.$langs->trans("LinkedObject").'</td>';            print '<tr><td>'.$langs->trans("LinkedObject").'</td>';

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

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