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

Diff of /phpcompta/include/user_action_fin.php

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

revision 1.21 by stanpinte, Mon Jul 4 17:58:51 2005 UTC revision 1.22 by sparkyx, Mon Jul 4 20:14:28 2005 UTC
# Line 145  if ( $action == 'voir_jrn' ) { Line 145  if ( $action == 'voir_jrn' ) {
145    }    }
146  ?>  ?>
147  <div class="u_redcontent">  <div class="u_redcontent">
148  <form method="post" action="user_jrn.php?action=voir_jrn&p_jrn=hop">  
149  <?  <?
150    echo "<form method= \"post\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
151    
152  $w=new widget("select");  $w=new widget("select");
153    
154  $periode_start=make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode order by p_id");  $periode_start=make_array($cn,"select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode order by p_id");

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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