/[dolibarr]/dolibarr/htdocs/contrat/contact.php
ViewVC logotype

Diff of /dolibarr/htdocs/contrat/contact.php

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

revision 1.6 by eldy, Sat Sep 17 16:58:58 2005 UTC revision 1.7 by eldy, Sat Sep 17 17:43:54 2005 UTC
# Line 269  if ($id > 0) Line 269  if ($id > 0)
269                  {                  {
270                          print '<tr class="liste_titre">';                          print '<tr class="liste_titre">';
271                          print '<td>'.$langs->trans("Source").'</td>';                          print '<td>'.$langs->trans("Source").'</td>';
272                          print '<td>'.$langs->trans("Societe").'</td>';                          print '<td>'.$langs->trans("Company").'</td>';
273                          print '<td>'.$langs->trans("Contacts").'</td>';                          print '<td>'.$langs->trans("Contacts").'</td>';
274                          print '<td align="center">'.$langs->trans("ContactType").'</td>';                          print '<td>'.$langs->trans("ContactType").'</td>';
275                          print '<td colspan="2">&nbsp;</td>';                          print '<td colspan="2">&nbsp;</td>';
276                          print "</tr>\n";                          print "</tr>\n";
277    
# Line 296  if ($id > 0) Line 296  if ($id > 0)
296                          print '<td colspan="1">';                          print '<td colspan="1">';
297                          $html->select_users($user->id,'contactid');                          $html->select_users($user->id,'contactid');
298                          print '</td>';                          print '</td>';
299                          print '<td align="center">';                          print '<td>';
300                          select_type_contact($contrat, '', 'type','internal');                          select_type_contact($contrat, '', 'type','internal');
301                          print '</td>';                          print '</td>';
302                          print '<td align="right" colspan="3" ><input type="submit" class="button" value="'.$langs->trans("Add").'"></td>';                          print '<td align="right" colspan="3" ><input type="submit" class="button" value="'.$langs->trans("Add").'"></td>';
# Line 325  if ($id > 0) Line 325  if ($id > 0)
325                          print '<td colspan="1">';                          print '<td colspan="1">';
326                          $html->select_contacts($selectedCompany, $selected = '', $htmlname = 'contactid');                          $html->select_contacts($selectedCompany, $selected = '', $htmlname = 'contactid');
327                          print '</td>';                          print '</td>';
328                          print '<td align="center">';                          print '<td>';
329                          select_type_contact($contrat, '', 'type','external');                          select_type_contact($contrat, '', 'type','external');
330                          print '</td>';                          print '</td>';
331                          print '<td align="right" colspan="3" ><input type="submit" class="button" value="'.$langs->trans("Add").'"></td>';                          print '<td align="right" colspan="3" ><input type="submit" class="button" value="'.$langs->trans("Add").'"></td>';
# Line 342  if ($id > 0) Line 342  if ($id > 0)
342                  print '<td>'.$langs->trans("Source").'</td>';                  print '<td>'.$langs->trans("Source").'</td>';
343                  print '<td>'.$langs->trans("Company").'</td>';                  print '<td>'.$langs->trans("Company").'</td>';
344                  print '<td>'.$langs->trans("Contacts").'</td>';                  print '<td>'.$langs->trans("Contacts").'</td>';
345                  print '<td align="center">'.$langs->trans("ContactType").'</td>';                  print '<td>'.$langs->trans("ContactType").'</td>';
346                  print '<td align="center">'.$langs->trans("Status").'</td>';                  print '<td align="center">'.$langs->trans("Status").'</td>';
347                  print '<td colspan="2">&nbsp;</td>';                  print '<td colspan="2">&nbsp;</td>';
348                  print "</tr>\n";                  print "</tr>\n";
# Line 400  if ($id > 0) Line 400  if ($id > 0)
400                  }                  }
401                                  print '</td>';                                  print '</td>';
402    
403                                  // Description                                  // Type de contact
404                                  print '<td align="center">'.$tab[$i]['libelle'].'</td>';                                  print '<td>'.$tab[$i]['libelle'].'</td>';
405    
406                                  // Statut                                  // Statut
407                                  print '<td align="center">';                                  print '<td align="center">';

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

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