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

Diff of /phpcompta/include/jrn.php

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

revision 1.27 by sparkyx, Sun Mar 13 17:35:01 2005 UTC revision 1.28 by sparkyx, Thu Mar 31 21:16:35 2005 UTC
# Line 344  if ( $p_update == 0 )  echo "<TR><TD> <I Line 344  if ( $p_update == 0 )  echo "<TR><TD> <I
344      $file=new widget("file");      $file=new widget("file");
345      $file->table=1;      $file->table=1;
346          //document          //document
347        $r.='<TD>A effacer <INPUT TYPE="CHECKBOX" name="to_remove" ></TD>';
348      $r.="<TD>".sprintf('<A class="detail" HREF="show_document.php?jrn=%s&jr_grpt_id=%s">%s</A>',      $r.="<TD>".sprintf('<A class="detail" HREF="show_document.php?jrn=%s&jr_grpt_id=%s">%s</A>',
349                  $content['jr_id'],                  $content['jr_id'],
350                  $content['jr_grpt_id'],                  $content['jr_grpt_id'],
351                  $content['jr_pj_name'])."</TD>";                  $content['jr_pj_name'])."</TD>";
352        $r.="</TR></TABLE>";
353      $r.="<hr>";      $r.="<hr>";
354      $r.= "<table>";      $r.= "<table>";
355      $r.="<TR>".$file->IOValue("pj","","Pièce justificative")."</TR>";      $r.="<TR>".$file->IOValue("pj","","Pièce justificative")."</TR>";
# Line 375  if ( $p_update == 0 )  echo "<TR><TD> <I Line 376  if ( $p_update == 0 )  echo "<TR><TD> <I
376                     GetInternal($p_cn,$element),GetGrpt($p_cn,$element),$sessid);                     GetInternal($p_cn,$element),GetGrpt($p_cn,$element),$sessid);
377        $r.=sprintf('<INPUT TYPE="button" value="Efface" onClick="dropLink(\'%s\',\'%s\',\'%s\')"><BR>',        $r.=sprintf('<INPUT TYPE="button" value="Efface" onClick="dropLink(\'%s\',\'%s\',\'%s\')"><BR>',
378                    $content['jr_id'],$element,$sessid);                    $content['jr_id'],$element,$sessid);
       //      $r.= "<A HREF=\"jrn_op_detail.php?jrn_op=".."\"> ".."</A>,";  
379      }//for      }//for
380      $r.= "</div>";      $r.= "</div>";
381    }// if ( $a != null ) {    }// if ( $a != null ) {

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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