From 5ce938a53e7cd583453b596cd4ad40c883ef3a7e Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 27 Aug 2015 01:15:54 +0200 Subject: [PATCH] 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 2817e695a..203636653 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 74c17e694..535f1e065 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 3ce1032c9..29cd8d4df 100644 --- a/include/template/form_ledger_detail.php +++ b/include/template/form_ledger_detail.php @@ -48,6 +48,7 @@ +