phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5529 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5529 - phpcompta/trunk/include
Date: Thu, 24 Oct 2013 12:40:03 +0200 (CEST)

Author: danydb
Date: 2013-10-24 12:40:02 +0200 (Thu, 24 Oct 2013)
New Revision: 5529

Modified:
   phpcompta/trunk/include/class_html_input.php
   phpcompta/trunk/include/fiche.inc.php
Log:
Bug lettering different

Modified: phpcompta/trunk/include/class_html_input.php
===================================================================
--- phpcompta/trunk/include/class_html_input.php        2013-10-23 14:56:09 UTC 
(rev 5528)
+++ phpcompta/trunk/include/class_html_input.php        2013-10-24 10:40:02 UTC 
(rev 5529)
@@ -745,9 +745,9 @@
                return $r;
        }
 
-       static function show_reconcile($p_div, $let)
+       static function show_reconcile($p_div, $let,$span="")
        {
-               $r = '<A  style="color:red;text-decoration:underline" 
href="javascript:void(0)" onclick="show_reconcile(\'' . $p_div . '\',\'' . $let 
. '\')">' . $let . '</A>';
+               $r = '<A  style="color:red;text-decoration:underline" 
href="javascript:void(0)" onclick="show_reconcile(\'' . $p_div . '\',\'' . $let 
. '\')">' . $let.$span . '</A>';
                return $r;
        }
         /**

Modified: phpcompta/trunk/include/fiche.inc.php
===================================================================
--- phpcompta/trunk/include/fiche.inc.php       2013-10-23 14:56:09 UTC (rev 
5528)
+++ phpcompta/trunk/include/fiche.inc.php       2013-10-24 10:40:02 UTC (rev 
5529)
@@ -482,7 +482,7 @@
                             $span_error = "";
                                if ($row['letter_diff'] != 0)
                                        $span_error = $g_failed;
-                                echo '<td>'.HtmlInput::show_reconcile("", 
$html_letter.$span_error).'</td>';
+                                echo '<td>'.HtmlInput::show_reconcile("", 
$html_letter,$span_error).'</td>';
                         }
                        else
                                echo td('');



---
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]