noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/10: Cosmetic on small screen


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/10: Cosmetic on small screen
Date: Thu, 27 Aug 2015 01:33:55 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5ce938a53e7cd583453b596cd4ad40c883ef3a7e
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 27 01:15:54 2015 +0200

    Cosmetic on small screen
---
 include/class_acc_ledger_purchase.php   |    2 +-
 include/class_acc_ledger_sold.php       |    2 +-
 include/template/form_ledger_detail.php |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/class_acc_ledger_purchase.php 
b/include/class_acc_ledger_purchase.php
index 2817e69..2036366 100644
--- a/include/class_acc_ledger_purchase.php
+++ b/include/class_acc_ledger_purchase.php
@@ -1055,7 +1055,7 @@ class  Acc_Ledger_Purchase extends Acc_Ledger
         $Commentaire->size=60;
         $Commentaire->tabindex=3;
         $label=HtmlInput::infobulle(1) ;
-        $f_desc=$Commentaire->input("e_comm",h($e_comm)).$label;
+        $f_desc=$Commentaire->input("e_comm",h($e_comm));
 
         // PJ
         //--
diff --git a/include/class_acc_ledger_sold.php 
b/include/class_acc_ledger_sold.php
index 74c17e6..535f1e0 100644
--- a/include/class_acc_ledger_sold.php
+++ b/include/class_acc_ledger_sold.php
@@ -1092,7 +1092,7 @@ EOF;
 
         $label = HtmlInput::infobulle(1);
 
-        $f_desc = $Commentaire->input("e_comm", h($e_comm)) . $label;
+        $f_desc = $Commentaire->input("e_comm", h($e_comm)) ;
         // PJ
         //--
         /* suggest PJ ? */
diff --git a/include/template/form_ledger_detail.php 
b/include/template/form_ledger_detail.php
index 3ce1032..29cd8d4 100644
--- a/include/template/form_ledger_detail.php
+++ b/include/template/form_ledger_detail.php
@@ -48,6 +48,7 @@
     <tr>
         <td>
              <?php echo _('Libellé')?> 
+             <?php echo $label ; ?> 
         </td>
         <td>
             <?php echo $f_desc?>



reply via email to

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