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

Diff of /phpcompta/include/user_action_ach.php

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

revision 1.16 by stanpinte, Mon Jul 4 17:58:51 2005 UTC revision 1.17 by sparkyx, Mon Jul 4 20:14:28 2005 UTC
# Line 136  if ( $action == 'voir_jrn' ) { Line 136  if ( $action == 'voir_jrn' ) {
136    }    }
137  ?>  ?>
138  <div class="u_redcontent">  <div class="u_redcontent">
139  <form method="post" action="user_jrn.php?action=voir_jrn">  
140  <?  <?
141    echo "<form method= \"post\" action=\"user_jrn.php?action=voir_jrn&p_jrn=$p_jrn\">";
142    
143  $w=new widget("select");  $w=new widget("select");
144    
145  $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.16  
changed lines
  Added in v.1.17

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