diff --git a/htdocs/comm/action/document.php b/htdocs/comm/action/document.php index d80cccf7177..b01c6c2b8e0 100755 --- a/htdocs/comm/action/document.php +++ b/htdocs/comm/action/document.php @@ -135,10 +135,14 @@ if ($_GET["id"] > 0) if ($act->contact->id) print ''.img_object($langs->trans("ShowContact"),'contact').' '.$act->contact->fullname.''; else print $langs->trans("None"); print ''; - print '
| '.$langs->trans("Title").' | '.$act->label.' | '; print '||
| '.$langs->trans("Company").' | '; print ''.img_object($langs->trans("ShowCompany"),'company').' '.$act->societe->nom_url.' | '; - + print ''.$langs->trans("Contact").' | '; print ''; if ($act->contact->id) print ''.img_object($langs->trans("ShowContact"),'contact').' '.$act->contact->fullname.''; else print $langs->trans("None"); print ' |
| '.$langs->trans("DateCreation").' | '.strftime('%d %B %Y %H:%M',$act->date).' | '; - print ''.$langs->trans("Author").' | '; - print ''.img_object($langs->trans("ShowUser"),'user').' '.$act->author->fullname.' |
| '.$langs->trans("Author").' | '; + print ''.img_object($langs->trans("ShowUser"),'user').' '.$act->author->fullname.' | ||
| '.$langs->trans("Date").' | '.dolibarr_print_date($act->date,'%d %B %Y %H:%M').' | ||
| '.$langs->trans("PercentDone").' | '.$act->percent.' % | ||
| '.$langs->trans("LinkedObject").' | '; print ''.$act->objet_url.' | ||
| '.$langs->trans("Note").' | '; print nl2br($act->note).' | ||