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

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

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

revision 1.69 by eldy, Wed Oct 26 19:00:46 2005 UTC revision 1.70 by eldy, Mon Oct 31 05:19:56 2005 UTC
# Line 271  if ($_GET["action"] == 'create') Line 271  if ($_GET["action"] == 'create')
271              $soc->fetch($obj->idp);              $soc->fetch($obj->idp);
272    
273              print '<form action="fiche.php" method="post">';              print '<form action="fiche.php" method="post">';
274    
275              print '<input type="hidden" name="action" value="add">';              print '<input type="hidden" name="action" value="add">';
276              print '<input type="hidden" name="soc_id" value="'.$soc->id.'">'."\n";              print '<input type="hidden" name="soc_id" value="'.$soc->id.'">'."\n";
277              print '<input type="hidden" name="remise_percent" value="0">';              print '<input type="hidden" name="remise_percent" value="0">';
# Line 351  if ($_GET["action"] == 'create') Line 352  if ($_GET["action"] == 'create')
352              print '<textarea name="note" wrap="soft" cols="70" rows="3"></textarea></td></tr>';              print '<textarea name="note" wrap="soft" cols="70" rows="3"></textarea></td></tr>';
353    
354              print '<tr><td colspan="2" align="center"><input type="submit" class="button" value="'.$langs->trans("Create").'"></td></tr>';              print '<tr><td colspan="2" align="center"><input type="submit" class="button" value="'.$langs->trans("Create").'"></td></tr>';
355              print "</form>\n";  
356              print "</table>\n";              print "</table>\n";
357    
358                print "</form>\n";
359    
360              if ($propalid)              if ($propalid)
361              {              {
362                  /*                  /*

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