phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r5307 - phpcompta/trunk/include
Date: Wed, 22 May 2013 23:48:42 +0200 (CEST)

Author: danydb
Date: 2013-05-22 23:48:41 +0200 (Wed, 22 May 2013)
New Revision: 5307

Modified:
   phpcompta/trunk/include/class_fiche.php
Log:
Esth?\195?\169tique : mise en ?\195?\169vidence de la ligne survol?\195?\169e 
dans GESTION/CUST , SUPPLIER, BK, ADM

Modified: phpcompta/trunk/include/class_fiche.php
===================================================================
--- phpcompta/trunk/include/class_fiche.php     2013-05-22 19:39:32 UTC (rev 
5306)
+++ phpcompta/trunk/include/class_fiche.php     2013-05-22 21:48:41 UTC (rev 
5307)
@@ -1572,7 +1572,7 @@
         {
             $i++;
             $odd="";
-            if ($i % 2 == 0 ) $odd='class="odd"';
+             $odd  = ($i % 2 == 0 ) ? 'class="odd"': ' class="even" ';
             /* Filter on the default year */
 
             $amount=$tiers->get_solde_detail($filter_year);



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