noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 97/323: Correction esthétique PERIODE par jo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 97/323: Correction esthétique PERIODE par journaux
Date: Wed, 14 Mar 2018 17:38:31 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit f7d4283c8c38898e7131e869f066b6fcc3b0e1d4
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 27 10:49:40 2018 +0100

    Correction esthétique PERIODE par journaux
---
 include/class/periode_ledger_table.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/periode_ledger_table.class.php 
b/include/class/periode_ledger_table.class.php
index 71b633f..6fbc745 100644
--- a/include/class/periode_ledger_table.class.php
+++ b/include/class/periode_ledger_table.class.php
@@ -149,12 +149,12 @@ class Periode_Ledger_Table
         if ($pa_row['status']=='OP')
         {
             $javascript=sprintf("%s.close_periode('%d')", $p_js, 
$pa_row['id']);
-            echo HtmlInput::image_click(ICONON, $javascript, _('Fermé'));
+            echo Icon_Action::iconon(uniqid(), $javascript);
         }
         elseif ($pa_row['status']=='CL')
         {
             $javascript=sprintf("%s.open_periode('%d')", $p_js, $pa_row['id']);
-            echo HtmlInput::image_click(ICONOFF, $javascript, _('Ouvert'));
+            echo Icon_Action::iconoff(uniqid(), $javascript);
         }
         echo "</td>";
         echo "</tr>";



reply via email to

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