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

Diff of /phpcompta/html/form.php

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

revision 1.12 by sparkyx, Wed Jun 29 12:57:02 2005 UTC revision 1.13 by sparkyx, Fri Jul 8 18:18:34 2005 UTC
# Line 18  Line 18 
18  */  */
19  /* $Revision$ */  /* $Revision$ */
20  // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr  // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
 /* $Revision$ */  
21    
22  include_once ("ac_common.php");  include_once ("ac_common.php");
23  include_once ("user_menu.php");  include_once ("user_menu.php");
# Line 53  if ( isset ($_POST["record"] )) { Line 52  if ( isset ($_POST["record"] )) {
52    AddForm($cn,$HTTP_POST_VARS);    AddForm($cn,$HTTP_POST_VARS);
53    echo "</DIV>";    echo "</DIV>";
54  }  }
55    if ( isset ($_POST["del_form"]) ) {
56      echo '<DIV class="ccontent">';
57      DeleteForm($cn,$_POST['fr_id']);
58       echo "</DIV>";
59    }
60    
61  ShowMenuComptaForm($_SESSION['g_dossier']);  ShowMenuComptaForm($_SESSION['g_dossier']);
62    
# Line 94  if ( isset ($_POST["add_line"]) ) { Line 98  if ( isset ($_POST["add_line"]) ) {
98  if ( isset ($_POST["update"]) ) {  if ( isset ($_POST["update"]) ) {
99    echo '<DIV class="ccontent">';    echo '<DIV class="ccontent">';
100    UpdateForm($cn,$HTTP_POST_VARS);    UpdateForm($cn,$HTTP_POST_VARS);
101        ViewForm($cn,$sessid,$_POST["fr_id"]);
102    
103    echo "</DIV>";    echo "</DIV>";
104  }  }
105    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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