/[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.69 by eldy, Wed Sep 21 21:27:18 2005 UTC revision 1.70 by eldy, Thu Sep 22 20:16:25 2005 UTC
# Line 553  else Line 553  else
553                          {                          {
554                                  print '<form action="fiche.php?id='.$id.'" method="post">';                                  print '<form action="fiche.php?id='.$id.'" method="post">';
555                                  print '<input type="hidden" name="action" value="setnote">';                                  print '<input type="hidden" name="action" value="setnote">';
556                                  print '<textarea name="note" rows="5" style="width:95%;">'.$commande->note.'</textarea><br>';                                  print '<textarea name="note" rows="4" style="width:95%;">'.$commande->note.'</textarea><br>';
557                                  print '<center><input type="submit" class="button" value="'.$langs->trans('Save').'"></center>';                                  print '<center><input type="submit" class="button" value="'.$langs->trans('Save').'"></center>';
558                                  print '</form>';                                  print '</form>';
559                          }                          }

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

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