diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js index a65099749..3ec36e58e 100644 --- a/html/js/acc_ledger.js +++ b/html/js/acc_ledger.js @@ -587,7 +587,7 @@ function view_history_account(p_value,dossier) function update_history_account(obj) { try{ - var querystring="div="+obj.div+"&gDossier="+obj.gDossier+"&pcm_val="+obj.pcm_val+"&ex="+obj.select.options[obj.select.selectedIndex].text; + var querystring="l="+obj.div+"&div="+obj.div+"&gDossier="+obj.gDossier+"&pcm_val="+obj.pcm_val+"&ex="+obj.select.options[obj.select.selectedIndex].text; var action=new Ajax.Request( "ajax_history.php", { @@ -644,7 +644,7 @@ var popup={'id': function update_history_card(obj) { try{ - var querystring="div="+obj.div+"&gDossier="+obj.gDossier+"&f_id="+obj.f_id+"&ex="+obj.select.options[obj.select.selectedIndex].text; + var querystring="l="+obj.div+"&div="+obj.div+"&gDossier="+obj.gDossier+"&f_id="+obj.f_id+"&ex="+obj.select.options[obj.select.selectedIndex].text; var action=new Ajax.Request( "ajax_history.php", { diff --git a/include/class_html_input.php b/include/class_html_input.php index af9e1e193..5e61ba443 100755 --- a/include/class_html_input.php +++ b/include/class_html_input.php @@ -412,7 +412,7 @@ class HtmlInput { $r=''; $r.='
'; - $r.= 'Fermer'; + $r.= 'Fermer'; $r.='
'; return $r; } @@ -439,7 +439,7 @@ class HtmlInput { $r=''; $r.='
'; - $r.= ''.$action.''; + $r.= ''.$action.''; $r.='
'; return $r; } @@ -716,7 +716,7 @@ class HtmlInput static function filter_table($p_table_id,$p_col,$start_row) { $r= " -
+