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

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

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

revision 1.68 by eldy, Mon Sep 5 19:03:02 2005 UTC revision 1.69 by eldy, Tue Sep 6 20:58:15 2005 UTC
# Line 18  Line 18 
18   *   *
19   * $Id$   * $Id$
20   * $Source$   * $Source$
  *  
21   */   */
22    
23  /**  /**
# Line 401  if ($socid > 0) Line 400  if ($socid > 0)
400       *       *
401       *       *
402       */       */
403      if ($action == 'changevalue') {      if ($action == 'changevalue')
404        {
405    
406          print "<hr noshade>";          print "<hr noshade>";
407          print "<form action=\"index.php?socid=$societe->id\" method=\"post\">";          print "<form action=\"index.php?socid=$societe->id\" method=\"post\">";
# Line 412  if ($socid > 0) Line 412  if ($socid > 0)
412          print "<option value=\"t\">Oui";          print "<option value=\"t\">Oui";
413          print "<option value=\"f\">Non";          print "<option value=\"f\">Non";
414          print "</select>";          print "</select>";
415          print "<input type=\"submit\" value=\"Mettre &agrave; jour\">";          print "<input type=\"submit\" class=\"button\" value=\"".$langs->trans("Update")."\">";
416          print "</form>\n";          print "</form>\n";
417    
418      }      }
419      else      else
420        {      {
421          /*          /*
422           *           *
423           * Liste des contacts           * Liste des contacts

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

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