noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/04: Cosmetic highlight totals


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/04: Cosmetic highlight totals
Date: Mon, 27 Jul 2015 08:44:34 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit b0b177407973d79e89cfea0461262b7714583683
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jul 21 12:26:20 2015 +0200

    Cosmetic highlight totals
---
 include/class_acc_account_ledger.php |    2 +-
 include/class_fiche.php              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class_acc_account_ledger.php 
b/include/class_acc_account_ledger.php
index d0febc7..7b9f8b4 100644
--- a/include/class_acc_account_ledger.php
+++ b/include/class_acc_account_ledger.php
@@ -372,7 +372,7 @@ class Acc_Account_Ledger
                  {
                    $progress=bcsub($sum_deb,$sum_cred);
                        $side="&nbsp;".$this->get_amount_side($progress);
-                   echo "<TR style=\"font-weight:bold\">".
+                   echo "<TR class=\"highlight\">".
                      "<TD>$old_exercice</TD>".
                      td('').
                      "<TD></TD>".
diff --git a/include/class_fiche.php b/include/class_fiche.php
index 4acaec8..5f322dd 100644
--- a/include/class_fiche.php
+++ b/include/class_fiche.php
@@ -1312,7 +1312,7 @@ class Fiche
                  {
                    $progress=bcsub($sum_deb,$sum_cred);
                        $side="&nbsp;".$this->get_amount_side($progress);
-                   echo "<TR  style=\"font-weight:bold\">".
+                   echo "<TR class=\"highlight\">".
                       "<TD>$old_exercice</TD>".
                      td('').
                      "<TD></TD>".



reply via email to

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