/[phpcompta]/phpcompta/include/form_input.php
ViewVC logotype

Diff of /phpcompta/include/form_input.php

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

revision 1.51 by sparkyx, Tue Aug 9 15:30:30 2005 UTC revision 1.52 by sparkyx, Sun Aug 14 17:01:31 2005 UTC
# Line 317  function FormVente($p_cn,$p_jrn,$p_user, Line 317  function FormVente($p_cn,$p_jrn,$p_user,
317      $W1->value=$march;      $W1->value=$march;
318      $W1->extra='cred';  // credits      $W1->extra='cred';  // credits
319      $W1->extra2=$p_jrn;      $W1->extra2=$p_jrn;
320        $W1->readonly=$view_only;
321      $r.="<TR>".$W1->IOValue()."</TD>";      $r.="<TR>".$W1->IOValue()."</TD>";
322    
323      // card's name      // card's name
# Line 844  function FormAch($p_cn,$p_jrn,$p_user,$p Line 845  function FormAch($p_cn,$p_jrn,$p_user,$p
845    $W1->value=$e_client;    $W1->value=$e_client;
846    $W1->extra='cred';    $W1->extra='cred';
847    $W1->extra2=$p_jrn;    $W1->extra2=$p_jrn;
848      $W1->readonly=$p_viewonly;
849    $r.="<TR>".$W1->IOValue();    $r.="<TR>".$W1->IOValue();
850    $r.=       InputType(""       ,"span"   ,"e_client_label",$e_client_label,false).'</TR>';    $r.=       InputType(""       ,"span"   ,"e_client_label",$e_client_label,false).'</TR>';
851    $r.="</TABLE>";    $r.="</TABLE>";
# Line 1295  function FormFin($p_cn,$p_jrn,$p_user,$p Line 1297  function FormFin($p_cn,$p_jrn,$p_user,$p
1297      $W1->value=$tiers;      $W1->value=$tiers;
1298      $W1->extra='cred';  // credits      $W1->extra='cred';  // credits
1299      $W1->extra2=$p_jrn;      $W1->extra2=$p_jrn;
1300        $W1->readonly=$p_viewonly;
1301      $r.="<TR>".$W1->IOValue()."</TD>";      $r.="<TR>".$W1->IOValue()."</TD>";
1302    
1303      $r.=InputType("","span", "e_other$i"."_label", $tiers_label,$view_only);      $r.=InputType("","span", "e_other$i"."_label", $tiers_label,$view_only);

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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