/[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.42 by stanpinte, Thu Apr 21 18:04:36 2005 UTC revision 1.43 by sparkyx, Fri May 6 19:41:40 2005 UTC
# Line 221  function InputType($p_label,$p_type,$p_n Line 221  function InputType($p_label,$p_type,$p_n
221                 $p_list,                 $p_list,
222                 $p_name);                 $p_name);
223      $l_sessid=$_REQUEST['PHPSESSID'];      $l_sessid=$_REQUEST['PHPSESSID'];
224      //    $r.="<script> document.getElementById('$p_list').innerHTML=\"  \";</script>";      $r.=sprintf("<input type=\"button\" value=\"Tva\"
225      $r.=sprintf("<input type=\"button\" value=\"Tva\" onClick=\"ChangeTVA('%s','%s');          onClick=\"
226                    ShowTva('%s','%s')\"></TD>",                     ShowTva('%s','%s');\"></TD>",
227                  $p_list,$p_name,$l_sessid,$p_name);                  $l_sessid,$p_name);
228      return $r;      return $r;
229    }    }
230    

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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