From c0d75f641675e8d5b87a2f2982e73bec776a9953 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 24 Mar 2007 19:13:22 +0000 Subject: [PATCH] Typo --- include/action.inc.php | 4 ++-- include/bank.inc.php | 6 +++--- include/depense.inc.php | 6 +++--- include/user_action_ach.php | 8 ++++---- include/user_action_fin.php | 8 ++++---- include/user_action_ods.php | 6 +++--- include/user_form_ven.php | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/include/action.inc.php b/include/action.inc.php index 63413335c..86bb1aea0 100644 --- a/include/action.inc.php +++ b/include/action.inc.php @@ -217,7 +217,7 @@ if ( isset ($_POST['add_action_here']) ) echo ''; echo $h_url; - echo '

'. + echo '

'. ''. ''; @@ -339,7 +339,7 @@ if ( $sub_action == "add_action" ) echo ''; echo $h_url; - echo '

'. + echo '

'. ''. ''; diff --git a/include/bank.inc.php b/include/bank.inc.php index 3b55a1007..660a9101f 100644 --- a/include/bank.inc.php +++ b/include/bank.inc.php @@ -232,7 +232,7 @@ if ( isset ($_POST['add_item']) || isset ($_POST['correct']) ) $nb_item++; // Submit button in the form $submit=' - '; + '; $form=FormFin($cn,$p_jrn,$User->GetPeriode(),$submit,$_POST,false, $nb_item); //$form=FormFin($cn,$p_jrn,$User->GetPeriode(),$submit,$_POST,false, $nb_number); @@ -288,7 +288,7 @@ if ( isset ($_POST['view_invoice']) ) } else { // if something goes wrong, correct it $submit=' - '; + '; $form=FormFin($cn,$p_jrn,$User->GetPeriode(),$submit,$_POST,false, $nb_number); } @@ -314,7 +314,7 @@ if ( $p_jrn != -1 ) echo_debug('depense.inc.php',__LINE__,"Blank form"); // Submit button in the form $submit=' - '; + '; // Show an empty form of invoice $form=FormFin($cn,$p_jrn,$User->GetPeriode(),$submit,null,false,$jrn->GetDefLine('deb')); echo '
'; diff --git a/include/depense.inc.php b/include/depense.inc.php index cdfad0f62..75ae81805 100644 --- a/include/depense.inc.php +++ b/include/depense.inc.php @@ -201,7 +201,7 @@ if ( isset ($_POST['add_item']) || isset ($_POST["correct"]) ) $nb_item++; // Submit button in the form $submit=' - '; + '; $form=FormAchInput($cn,$p_jrn,$User->GetPeriode(),$_POST,$submit,false,$nb_item); echo '
'; @@ -257,7 +257,7 @@ if ( isset ($_POST['view_invoice']) ) } else { // if something goes wrong, correct it $submit=' - '; + '; $form=FormAchInput($cn,$p_jrn,$User->GetPeriode(),$_POST,$submit, false, $nb_number); } @@ -282,7 +282,7 @@ if ( $p_jrn != -1 ) echo_debug('depense.inc.php',__LINE__,"Blank form"); // Submit button in the form $submit=' - '; + '; // Show an empty form of invoice $form=FormAchInput($cn,$p_jrn,$User->GetPeriode(),null,$submit,false,$jrn->getDefLine()); echo '
'; diff --git a/include/user_action_ach.php b/include/user_action_ach.php index 3643fd425..8661ec158 100644 --- a/include/user_action_ach.php +++ b/include/user_action_ach.php @@ -49,7 +49,7 @@ if ( $action == 'new' ) { if ( isset($_GET['blank'] )) { // Submit button in the form $submit=' - '; + '; $jrn=new jrn($cn, $_GET['p_jrn']); $r=FormAchInput($cn,$_GET['p_jrn'],$User->GetPeriode(),$HTTP_POST_VARS,$submit,false,$jrn->getDefLine()); echo '
'; @@ -69,7 +69,7 @@ if ( $action == 'new' ) { // submit button in the form $submit=' - '; + '; $r=FormAchInput($cn,$_GET['p_jrn'],$User->GetPeriode(),$HTTP_POST_VARS,$submit,false, $nb_number); @@ -87,7 +87,7 @@ if ( $action == 'new' ) { // submit button in the form $submit=' - '; + '; $r=FormAchInput($cn,$_GET['p_jrn'],$User->GetPeriode(),$HTTP_POST_VARS,$submit,false, $nb_number); echo '
'; @@ -113,7 +113,7 @@ if ( $action == 'new' ) { } else { // if something goes wrong, correct it $submit=' - '; + '; $r=FormAchInput($cn,$_GET['p_jrn'],$User->GetPeriode(),$HTTP_POST_VARS,$submit, false, $nb_number); } echo '
'; diff --git a/include/user_action_fin.php b/include/user_action_fin.php index 2ce357154..5a565b721 100644 --- a/include/user_action_fin.php +++ b/include/user_action_fin.php @@ -51,7 +51,7 @@ if ( $action == 'new' ) { if ( isset($_GET['blank'] )) { // Submit button in the form $submit=' - '; + '; // add a one-line calculator $p_jrn=$_GET['p_jrn']; $jrn=new jrn($cn, $p_jrn); @@ -74,7 +74,7 @@ if ( $action == 'new' ) { // submit button in the form $submit=' - '; + '; $r=FormFin($cn,$_GET['p_jrn'],$User->GetPeriode(),$submit,$HTTP_POST_VARS,false, $nb_number); echo '
'; @@ -90,7 +90,7 @@ if ( $action == 'new' ) { // submit button in the form $submit=' - '; + '; $r=FormFin($cn,$_GET['p_jrn'],$User->GetPeriode(),$submit,$HTTP_POST_VARS,false, $nb_number); echo '
'; @@ -110,7 +110,7 @@ if ( $action == 'new' ) { { // submit button in the form $submit=' - '; + '; $r=FormFin($cn,$_GET['p_jrn'],$User->GetPeriode(),$submit,$HTTP_POST_VARS,false, $nb_number); } diff --git a/include/user_action_ods.php b/include/user_action_ods.php index d1330dfae..da35bf482 100644 --- a/include/user_action_ods.php +++ b/include/user_action_ods.php @@ -72,7 +72,7 @@ if ( $action == 'new' ) { // submit button in the form $submit=' - '; + '; $r=FormODS($cn,$_GET['p_jrn'],$User->GetPeriode(),$submit,$HTTP_POST_VARS,false, $nb_number); echo '
'; @@ -87,7 +87,7 @@ if ( $action == 'new' ) { // submit button in the form $submit=' - '; + '; $r=FormODS($cn,$_GET['p_jrn'],$User->GetPeriode(),$submit,$HTTP_POST_VARS,false, $nb_number); echo '
'; @@ -111,7 +111,7 @@ if ( $action == 'new' ) { if ( $r == null ) { // submit button in the form $submit=' - '; + '; $r=FormODS($cn,$_GET['p_jrn'],$User->GetPeriode(),$submit,$HTTP_POST_VARS,false, $nb_number); } diff --git a/include/user_form_ven.php b/include/user_form_ven.php index 875f71ca2..25ca8f425 100644 --- a/include/user_form_ven.php +++ b/include/user_form_ven.php @@ -565,7 +565,7 @@ function FormVenteView ($p_cn,$p_jrn,$p_periode,$p_array,$p_number,$p_doc='form' $r.=$data; if ( $sum_with_vat != 0 ) { - $r.=''; + $r.=''; } $r.='';