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

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

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

revision 1.65 by eldy, Sat Oct 1 15:57:05 2005 UTC revision 1.66 by eldy, Sat Oct 1 16:05:57 2005 UTC
# Line 278  if ($_GET["action"] == 'create') Line 278  if ($_GET["action"] == 'create')
278              print '<table class="border" width="100%">';              print '<table class="border" width="100%">';
279    
280                          // Ref                          // Ref
281                          print '<tr><td>'.$langs->trans("Ref").':</td>';                          print '<tr><td>'.$langs->trans("Ref").'</td>';
282                          print '<td><input type="text" maxlength="30" name="ref" size="20"></td></tr>';                          print '<td><input type="text" maxlength="30" name="ref" size="20"></td></tr>';
283                                                    
284              // Customer              // Customer
285              print '<tr><td>'.$langs->trans("Customer").':</td><td><a href="'.DOL_URL_ROOT.'/comm/fiche.php?socid='.$soc->id.'">'.$obj->nom.'</a></td></tr>';              print '<tr><td>'.$langs->trans("Customer").'</td><td><a href="'.DOL_URL_ROOT.'/comm/fiche.php?socid='.$soc->id.'">'.$obj->nom.'</a></td></tr>';
286    
287              // Commercial suivi              // Commercial suivi
288              print '<tr><td width="20%" nowrap>'.$langs->trans("TypeContact_contrat_internal_SALESREPFOLL").'</td><td>';              print '<tr><td width="20%" nowrap>'.$langs->trans("TypeContact_contrat_internal_SALESREPFOLL").'</td><td>';
# Line 335  if ($_GET["action"] == 'create') Line 335  if ($_GET["action"] == 'create')
335              }              }
336              print '</select></td></tr>';              print '</select></td></tr>';
337    
338              print '<tr><td>'.$langs->trans("Date").' :</td><td>';              print '<tr><td>'.$langs->trans("Date").'</td><td>';
339              $html->select_date();              $html->select_date();
340              print "</td></tr>";              print "</td></tr>";
341    
342              if ($conf->projet->enabled)              if ($conf->projet->enabled)
343              {              {
344                  print '<tr><td>'.$langs->trans("Project").' :</td><td>';                  print '<tr><td>'.$langs->trans("Project").'</td><td>';
345                  $proj = new Project($db);                  $proj = new Project($db);
346                  $html->select_array("projetid",$proj->liste_array($soc->id),0,1);                  $html->select_array("projetid",$proj->liste_array($soc->id),0,1);
347                  print "</td></tr>";                  print "</td></tr>";

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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