/[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.55 by stanpinte, Mon Aug 22 21:30:49 2005 UTC revision 1.56 by sparkyx, Sat Aug 27 20:42:49 2005 UTC
# Line 846  function FormAch($p_cn,$p_jrn,$p_user,$p Line 846  function FormAch($p_cn,$p_jrn,$p_user,$p
846    $W1->extra='cred';    $W1->extra='cred';
847    $W1->extra2=$p_jrn;    $W1->extra2=$p_jrn;
848    $W1->readonly=$pview_only;    $W1->readonly=$pview_only;
849    
850    $r.="<TR>".$W1->IOValue();    $r.="<TR>".$W1->IOValue();
851    $r.=       InputType(""       ,"span"   ,"e_client_label",$e_client_label,false).'</TR>';    $r.=       InputType(""       ,"span"   ,"e_client_label",$e_client_label,false).'</TR>';
852    $r.="</TABLE>";    $r.="</TABLE>";
# Line 928  function FormAch($p_cn,$p_jrn,$p_user,$p Line 929  function FormAch($p_cn,$p_jrn,$p_user,$p
929      $W1->value=$march;      $W1->value=$march;
930      $W1->extra='deb';  // credits      $W1->extra='deb';  // credits
931      $W1->extra2=$p_jrn;      $W1->extra2=$p_jrn;
932      $r.="<TR>".$W1->IOValue()."</TD>";      $W1->readonly=$pview_only;
933        $r.="<TR> ".$W1->IOValue()."</TD>";
934    
935      $r.=InputType("","span", "e_march".$i."_label", $march_label,$pview_only);      $r.=InputType("","span", "e_march".$i."_label", $march_label,$pview_only);
936      // price      // price

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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