/[dolibarr]/dolibarr/htdocs/bookmarks/liste.php
ViewVC logotype

Diff of /dolibarr/htdocs/bookmarks/liste.php

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

revision 1.4 by eldy, Sun Sep 11 17:39:56 2005 UTC revision 1.5 by eldy, Thu Sep 15 22:50:44 2005 UTC
# Line 151  if ($resql) Line 151  if ($resql)
151          print "</td>\n";          print "</td>\n";
152                    
153          // Auteur          // Auteur
154          print '<td align="center"><a href="'.DOL_URL_ROOT."/user/fiche.php?id=".$obj->fk_user."'>".img_object($langs->trans("ShowUser"),"user").' '.$obj->code."</a></td>\n";          print '<td align="center"><a href="'.DOL_URL_ROOT.'/user/fiche.php?id='.$obj->fk_user.'">'.img_object($langs->trans("ShowUser"),"user").' '.$obj->code."</a></td>\n";
155    
156          // Date creation          // Date creation
157          print '<td align="center">'.dolibarr_print_date($obj->dateb) ."</td>";          print '<td align="center">'.dolibarr_print_date($obj->dateb) ."</td>";

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

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