phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5260 - in phpcompta/trunk: html/js include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5260 - in phpcompta/trunk: html/js include
Date: Mon, 13 May 2013 23:52:50 +0200 (CEST)

Author: danydb
Date: 2013-05-13 23:52:50 +0200 (Mon, 13 May 2013)
New Revision: 5260

Modified:
   phpcompta/trunk/html/js/acc_ledger.js
   phpcompta/trunk/include/class_html_input.php
Log:
Bug : ne peut pas changer exercice dans fenetre detail 

Modified: phpcompta/trunk/html/js/acc_ledger.js
===================================================================
--- phpcompta/trunk/html/js/acc_ledger.js       2013-05-13 21:52:03 UTC (rev 
5259)
+++ phpcompta/trunk/html/js/acc_ledger.js       2013-05-13 21:52:50 UTC (rev 
5260)
@@ -587,7 +587,7 @@
 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 @@
 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",
            {

Modified: phpcompta/trunk/include/class_html_input.php
===================================================================
--- phpcompta/trunk/include/class_html_input.php        2013-05-13 21:52:03 UTC 
(rev 5259)
+++ phpcompta/trunk/include/class_html_input.php        2013-05-13 21:52:50 UTC 
(rev 5260)
@@ -412,7 +412,7 @@
     {
        $r='';
        $r.='<div 
style="float:right;margin-right:2px;margin-top:1px;padding:0">';
-       $r.= '<A id="close_div" HREF="javascript:void(0)" 
onclick="removeDiv(\''.$div.'\');">Fermer</A>';
+       $r.= '<A id="close_div" class="input_text" HREF="javascript:void(0)" 
onclick="removeDiv(\''.$div.'\');">Fermer</A>';
        $r.='</div>';
        return $r;
     }
@@ -439,7 +439,7 @@
     {
        $r='';
        $r.='<div style="float:right;right;margin:2;">';
-       $r.= '<A id="close_div" HREF="javascript:void(0)" 
onclick="'.$javascript.'">'.$action.'</A>';
+       $r.= '<span id="close_div" class="input_text"  
HREF="javascript:void(0)" onclick="'.$javascript.'">'.$action.'</span>';
        $r.='</div>';
        return $r;
     }
@@ -716,7 +716,7 @@
        static function filter_table($p_table_id,$p_col,$start_row)
        {
                $r= "
-                       <form style=\"display:inline\">
+                       <form style=\"display:inline\" class=\"noprint\">
                        <input id=\"lk_".$p_table_id."\" class=\"input_text\" 
name=\"filter\" onkeyup=\"filter_table(this, '$p_table_id','$p_col',$start_row 
)\" type=\"text\">
                        <input type=\"button\" class=\"button\" 
onclick=\"$('lk_".$p_table_id."').value='';filter_table($('lk_".$p_table_id."'),
 '$p_table_id','$p_col',$start_row );\" value=\"X\">
                        </form>



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]