/[phpcompta]/phpcompta/html/jrn_detail.php
ViewVC logotype

Diff of /phpcompta/html/jrn_detail.php

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

revision 1.15 by sparkyx, Sun Feb 27 14:24:30 2005 UTC revision 1.16 by stanpinte, Sun Mar 6 14:52:13 2005 UTC
# Line 124  if ( isset ($_POST["PHPSESSID"] ) ) { Line 124  if ( isset ($_POST["PHPSESSID"] ) ) {
124    
125  $search='<INPUT TYPE="BUTTON" VALUE="Cherche" OnClick="SearchPoste(\''.$sessid."','not')\">";  $search='<INPUT TYPE="BUTTON" VALUE="Cherche" OnClick="SearchPoste(\''.$sessid."','not')\">";
126  echo '<DIV CLASS="ccontent">';  echo '<DIV CLASS="ccontent">';
127  echo '<H2 class="info"> Fiches (profile comptable)</H2>';  echo '<H2 class="info"> Fiches </H2>';
128  echo '<FORM ACTION="jrn_detail.php" METHOD="POST">';  echo '<FORM ACTION="jrn_detail.php" METHOD="POST">';
129  echo '<INPUT TYPE="HIDDEN" NAME="JRN_UPD">';  echo '<INPUT TYPE="HIDDEN" NAME="JRN_UPD">';
130  echo '<TABLE>';  echo '<TABLE>';
# Line 196  echo "<TR><TD> Code </TD><TD>".$l_line[' Line 196  echo "<TR><TD> Code </TD><TD>".$l_line['
196    
197  echo '</TABLE>';  echo '</TABLE>';
198  // Get all the fiches  // Get all the fiches
199  echo '<H2 class="info"> Fiches (profile user)</H2>';  echo '<H2 class="info"> Fiches </H2>';
200  $Res=ExecSql($cn,"select fd_id,fd_label from fiche_def order by fd_label");  $Res=ExecSql($cn,"select fd_id,fd_label from fiche_def order by fd_label");
201  $num=pg_NumRows($Res);  $num=pg_NumRows($Res);
202    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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