/[dolibarr]/dolibarr/htdocs/compta/propal.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/propal.php

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

revision 1.62 by eldy, Fri Nov 4 20:45:26 2005 UTC revision 1.63 by hregis, Wed Nov 30 16:44:18 2005 UTC
# Line 292  if ($_GET["propalid"] > 0) Line 292  if ($_GET["propalid"] > 0)
292                          print '<td colspan="2">';                          print '<td colspan="2">';
293                          print '<form action="propal.php?propalid='.$propal->id.'" method="post">';                          print '<form action="propal.php?propalid='.$propal->id.'" method="post">';
294                          print '<input type="hidden" name="action" value="set_project">';                          print '<input type="hidden" name="action" value="set_project">';
295                          $form->select_projects($societe->id, $propal->projetidp, 'projetidp');                          $html->select_projects($societe->id, $propal->projetidp, 'projetidp');
296                          print '</td><td>';                          print '</td><td>';
297                          print '<input type="submit" class="button" value="'.$langs->trans('Modify').'">';                          print '<input type="submit" class="button" value="'.$langs->trans('Modify').'">';
298                          print '</form>';                          print '</form>';

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

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