Cosmetic on small screen

This commit is contained in:
Dany De Bontridder 2015-08-27 01:15:54 +02:00
parent 86a95ddf53
commit 5ce938a53e
3 changed files with 3 additions and 2 deletions

View file

@ -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
//--

View file

@ -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 ? */

View file

@ -48,6 +48,7 @@
<tr>
<td>
<?php echo _('Libellé')?>
<?php echo $label ; ?>
</td>
<td>
<?php echo $f_desc?>