From 9392e0a9b6ab39e32a603a8846a6d7e93eecaa5c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Dec 2025 21:39:31 +0100 Subject: [PATCH] CSS --- htdocs/fourn/facture/card.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php index dcb1146f934..dac2fa36b2f 100644 --- a/htdocs/fourn/facture/card.php +++ b/htdocs/fourn/facture/card.php @@ -3679,9 +3679,9 @@ if ($action == 'create') { $s = '' . $langs->trans("ReCalculate") . ' '; $s .= '' . $langs->trans("Mode1") . ''; $s .= ' / '; - $s .= '' . $langs->trans("Mode2") . ''; + $s .= '' . ($conf->dol_optimize_smallscreen ? "2" : $langs->trans("Mode2")) . ''; print '
'; - print $form->textwithtooltip($s, $langs->trans("CalculationRuleDesc", $calculationrulenum) . '
' . $langs->trans("CalculationRuleDescSupplier"), 2, 1, img_picto('', 'help'), '', 3, '', 0, 'recalculate'); + print $form->textwithtooltip($s, $langs->trans("CalculationRuleDesc", $calculationrulenum) . '
' . $langs->trans("CalculationRuleDescSupplier"), 2, 1, img_picto('', 'help', 'class="paddingleft paddingright"'), '', 3, '', 0, 'recalculate'); print '       '; print '
'; } @@ -3817,7 +3817,7 @@ if ($action == 'create') { $bankaccountstatic->accountancy_journal = $accountingjournal->getNomUrl(0, 1, 1, '', 1); } - print ''; + print ''; if ($objp->baid > 0) { print $bankaccountstatic->getNomUrl(1, 'transactions'); }