/[dolibarr]/dolibarr/htdocs/comm/propal/note.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/propal/note.php

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

revision 1.21 by eldy, Thu Aug 25 20:27:17 2005 UTC revision 1.22 by eldy, Tue Sep 6 20:58:15 2005 UTC
# Line 19  Line 19 
19   *   *
20   * $Id$   * $Id$
21   * $Source$   * $Source$
  *  
22   */   */
23    
24  /**  /**
# Line 134  if ($_GET['propalid']) Line 133  if ($_GET['propalid'])
133                                  print '<form method="post" action="note.php?propalid='.$propal->id.'">';                                  print '<form method="post" action="note.php?propalid='.$propal->id.'">';
134                                  print '<input type="hidden" name="action" value="update">';                                  print '<input type="hidden" name="action" value="update">';
135                                  print '<tr><td valign="top" colspan="4"><textarea name="note" cols="80" rows="8">'.$propal->note."</textarea></td></tr>";                                  print '<tr><td valign="top" colspan="4"><textarea name="note" cols="80" rows="8">'.$propal->note."</textarea></td></tr>";
136                                  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>';
137                                  print '</form>';                                  print '</form>';
138                          }                          }
139    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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