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

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

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

revision 1.67 by marc_ocebo, Thu Sep 15 00:37:03 2005 UTC revision 1.68 by eldy, Sat Sep 17 00:58:43 2005 UTC
# Line 530  else Line 530  else
530                          {                          {
531                                  print '<form action="fiche.php?id='.$id.'" method="post">';                                  print '<form action="fiche.php?id='.$id.'" method="post">';
532                                  print '<input type="hidden" name="action" value="setnote">';                                  print '<input type="hidden" name="action" value="setnote">';
533                                  print '<textarea name="note" style="width:95%;height:"80%">'.$commande->note.'</textarea><br>';                                  print '<textarea name="note" style="width:95%;height:80%">'.$commande->note.'</textarea><br>';
534                                  print '<center><input type="submit" class="button" value="'.$langs->trans('Save').'"></center>';                                  print '<center><input type="submit" class="button" value="'.$langs->trans('Save').'"></center>';
535                                  print '</form>';                                  print '</form>';
536                          }                          }
# Line 548  else Line 548  else
548              if ($conf->projet->enabled)              if ($conf->projet->enabled)
549              {              {
550                  $langs->load('projects');                  $langs->load('projects');
551                  print '<td height="10">';                  print '<tr><td height="10">';
552                  print '<table class="nobordernopadding" width="100%"><tr><td>';                  print '<table class="nobordernopadding" width="100%"><tr><td>';
553                  print $langs->trans('Project');                  print $langs->trans('Project');
554                  print '</td>';                  print '</td>';
# Line 563  else Line 563  else
563                  {                  {
564                      $html->form_project($_SERVER['PHP_SELF'].'?id='.$commande->id, $commande->soc_id, $commande->projet_id, 'none');                      $html->form_project($_SERVER['PHP_SELF'].'?id='.$commande->id, $commande->soc_id, $commande->projet_id, 'none');
565                  }                  }
566                  print '</td>';                  print '</td></tr>';
567              }              }
568                          else                          else
569                          {                          {
570                  print '<td height="10">&nbsp;</td><td colspan="2">&nbsp;</td>';                  print '<tr><td height="10">&nbsp;</td><td colspan="2">&nbsp;</td></tr>';
571              }              }
572    
573    

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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