noalyss-commit
[Top][All Lists]
Advanced

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

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


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

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3651a68a7bca644510484364ae6d59ca616d6cc2
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jul 21 15:27:51 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 7b9f8b4..015ecf0 100644
--- a/include/class_acc_account_ledger.php
+++ b/include/class_acc_account_ledger.php
@@ -412,7 +412,7 @@ class Acc_Account_Ledger
         $solde_type=($sum_deb>$sum_cred)?"solde débiteur":"solde créditeur";
         $diff=bcsub($sum_deb,$sum_cred);
                $side="&nbsp;".$this->get_amount_side($diff);
-        echo "<TR style=\"font-weight:bold\">".
+        echo "<TR class=\"highlight\">".
         "<TD >Totaux</TD><td></td>".
         "<TD ></TD>".
         "<TD></TD>".
diff --git a/include/class_fiche.php b/include/class_fiche.php
index 5f322dd..7b8886d 100644
--- a/include/class_fiche.php
+++ b/include/class_fiche.php
@@ -1350,7 +1350,7 @@ class Fiche
         $solde_type=($sum_deb>$sum_cred)?"solde débiteur":"solde créditeur";
         $diff=abs(bcsub($sum_deb,$sum_cred));
         echo '<tfoot>';
-       echo "<TR style=\"font-weight:bold\">".
+       echo "<TR class=\"highlight\">".
         "<TD>Totaux</TD>".
         "<TD ></TD>".
         "<TD ></TD>".



reply via email to

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