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

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

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

revision 1.5 by eldy, Sat Sep 24 22:28:19 2005 UTC revision 1.6 by eldy, Sat Oct 1 14:27:47 2005 UTC
# Line 135  if ($_GET["id"] > 0) Line 135  if ($_GET["id"] > 0)
135      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>';      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>';
136      else print $langs->trans("None");      else print $langs->trans("None");
137      print '</td></tr>';      print '</td></tr>';
138      print '<tr><td>'.$langs->trans("DateCreation").'</td><td>'.strftime('%d %B %Y %H:%M',$act->date).'</td>';      
139      print '<td>'.$langs->trans("Author").'</td>';      // Auteur
140      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 '<tr><td>'.$langs->trans("Author").'</td>';
141        print '<td colspan="3"><a href="'.DOL_URL_ROOT.'/user/fiche.php?id='.$act->author->id.'">'.img_object($langs->trans("ShowUser"),'user').' '.$act->author->fullname.'</a></td></tr>';
142    
143        // Date
144        print '<tr><td>'.$langs->trans("Date").'</td><td colspan="3">'.dolibarr_print_date($act->date,'%d %B %Y %H:%M').'</td></tr>';
145        
146      // Construit liste des fichiers      // Construit liste des fichiers
147      clearstatcache();      clearstatcache();
148    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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