phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r242 - in trunk/coprop: . include


From: phpcompta-dev
Subject: [Phpcompta-dev] r242 - in trunk/coprop: . include
Date: Wed, 4 Jan 2012 17:10:44 +0100 (CET)

Author: danydb
Date: 2012-01-04 17:10:44 +0100 (Wed, 04 Jan 2012)
New Revision: 242

Modified:
   trunk/coprop/coprop-javascript.js
   trunk/coprop/include/key.inc.php
Log:
cosmetic : col . order, change answer when removing

Modified: trunk/coprop/coprop-javascript.js
===================================================================
--- trunk/coprop/coprop-javascript.js   2012-01-04 15:47:28 UTC (rev 241)
+++ trunk/coprop/coprop-javascript.js   2012-01-04 16:10:44 UTC (rev 242)
@@ -58,6 +58,7 @@
                                        remove_waiting_box();
                                        $("row"+lot_id).style.color="red";
                                        
$("row"+lot_id).style.textDecoration="line-through";
+                                        
$("col"+lot_id).style.textDecoration="none";
                                        $("col"+lot_id).innerHTML="Effacé";
 
                                        //response.responseText.evalScripts();
@@ -194,6 +195,7 @@
                                        remove_waiting_box();
                                        $("row"+key_id).style.color="red";
                                        
$("row"+key_id).style.textDecoration="line-through";
+                                        
$("col"+key_id).style.textDecoration="none";
                                        $("col"+key_id).innerHTML="Effacé";
 
                                        //response.responseText.evalScripts();

Modified: trunk/coprop/include/key.inc.php
===================================================================
--- trunk/coprop/include/key.inc.php    2012-01-04 15:47:28 UTC (rev 241)
+++ trunk/coprop/include/key.inc.php    2012-01-04 16:10:44 UTC (rev 242)
@@ -77,15 +77,16 @@
                <td>
                        <?=$a_key[$i]['cr_note']?>
                </td>
+                <td>
+                    <?=round($a_key[$i]['cr_tantieme'])?>
+                </td>
                <td id="col<?=$a_key[$i]['cr_id']?>">
                     <?
                     
$js="onclick=remove_key('".$_REQUEST['plugin_code']."','".$_REQUEST['ac']."','".$_REQUEST['gDossier']."','".$a_key[$i]['cr_id']."')";
                        echo HtmlInput::anchor("enlever","",$js);
                         ?>
                 </td>
-                <td>
-                    <?=round($a_key[$i]['cr_tantieme'])?>
-                </td>
+                
        </tr>
 <?
 endfor;




reply via email to

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