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 '