/[dolibarr]/dolibarr/htdocs/soc.php
ViewVC logotype

Diff of /dolibarr/htdocs/soc.php

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

revision 1.128 by eldy, Sat Sep 24 22:11:04 2005 UTC revision 1.129 by hregis, Sun Oct 16 08:15:19 2005 UTC
# Line 692  else Line 692  else
692      print '<td>'.$langs->trans('Fax').'</td><td>'.dolibarr_print_phone($soc->fax).'</td></tr>';      print '<td>'.$langs->trans('Fax').'</td><td>'.dolibarr_print_phone($soc->fax).'</td></tr>';
693    
694      print '<tr><td>'.$langs->trans('Web').'</td><td colspan="3">';      print '<tr><td>'.$langs->trans('Web').'</td><td colspan="3">';
695      if ($soc->url) { print '<a href="http://'.$soc->url.'">http://'.$soc->url.'</a>'; }      if ($soc->url) { print '<a href="http://'.$soc->url.'" target="_blank">http://'.$soc->url.'</a>'; }
696      print '</td></tr>';      print '</td></tr>';
697    
698      // ProfId1      // ProfId1

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129

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