Cosmetic on small screen
This commit is contained in:
parent
86a95ddf53
commit
5ce938a53e
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
//--
|
||||
|
|
|
|||
|
|
@ -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 ? */
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<?php echo _('Libellé')?>
|
||||
<?php echo $label ; ?>
|
||||
</td>
|
||||
<td>
|
||||
<?php echo $f_desc?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue