/[dolibarr]/dolibarr/htdocs/compta/facture/note.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/facture/note.php

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

revision 1.23 by eldy, Sat Sep 3 12:52:57 2005 UTC revision 1.24 by eldy, Tue Sep 6 20:58:15 2005 UTC
# Line 132  if ($_GET["facid"]) Line 132  if ($_GET["facid"])
132          print '<form method="post" action="note.php?facid='.$fac->id.'">';          print '<form method="post" action="note.php?facid='.$fac->id.'">';
133          print '<input type="hidden" name="action" value="update">';          print '<input type="hidden" name="action" value="update">';
134          print '<tr><td valign="top" colspan="4"><textarea name="note" cols="80" rows="8">'.$fac->note."</textarea></td></tr>";          print '<tr><td valign="top" colspan="4"><textarea name="note" cols="80" rows="8">'.$fac->note."</textarea></td></tr>";
135          print '<tr><td align="center" colspan="4"><input type="submit" value="'.$langs->trans("Save").'"></td></tr>';          print '<tr><td align="center" colspan="4"><input type="submit" class="button" value="'.$langs->trans("Save").'"></td></tr>';
136          print '</form>';          print '</form>';
137      }      }
138    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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