From 58bda12e22562c18dcca928c7742d7c480109885 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 17 Jan 2019 19:31:01 +0100 Subject: [PATCH] css --- htdocs/adherents/card.php | 7 ++++--- htdocs/compta/bank/card.php | 6 +++--- htdocs/compta/facture/card.php | 7 +------ htdocs/don/card.php | 2 +- htdocs/fourn/facture/card.php | 2 +- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php index 2b7a5f190be..2f2c5f9dde8 100644 --- a/htdocs/adherents/card.php +++ b/htdocs/adherents/card.php @@ -1586,7 +1586,7 @@ else print '
'; print '
'; - print ''; + print '
'; // Login if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED)) @@ -1716,10 +1716,11 @@ else print '
'; print '
'; - print '
'; + print '
'; print '
'; - print ''; + + print '
'; // Birthday print ''; diff --git a/htdocs/compta/bank/card.php b/htdocs/compta/bank/card.php index 9abe8c82b6c..4e33a8c0aae 100644 --- a/htdocs/compta/bank/card.php +++ b/htdocs/compta/bank/card.php @@ -591,7 +591,7 @@ else print '
'; print '
'; - print '
'.$langs->trans("Birthday").''.dol_print_date($object->birth,'day').'
'; + print '
'; // Type print ''; @@ -658,7 +658,7 @@ else print '
'; print '
'; - print '
'.$langs->trans("AccountType").'
'; + print '
'; // Categories if ($conf->categorie->enabled) { @@ -677,7 +677,7 @@ else print '
'; - print '
'; + print '
'; print ''; print ''; diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index ba0a1bd39db..c3bcbf1d45b 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -3972,11 +3972,6 @@ else if ($id > 0 || ! empty($ref)) print ""; print ''; - - - - - // Incoterms if (!empty($conf->incoterm->enabled)) { @@ -4011,7 +4006,7 @@ else if ($id > 0 || ! empty($ref)) print '
'; print '
'; - print '
'.$langs->trans("BankName").''.$object->bank.'
'; + print '
'; if (!empty($conf->multicurrency->enabled) && ($object->multicurrency_code != $conf->currency)) { diff --git a/htdocs/don/card.php b/htdocs/don/card.php index 7287c4e1fe5..6a63074166c 100644 --- a/htdocs/don/card.php +++ b/htdocs/don/card.php @@ -669,7 +669,7 @@ if (! empty($id) && $action != 'edit') print '
'; print '
'; - print '
'; + print '
'; // Date print '
'.$langs->trans("Date").''; diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php index 9df318349c7..7129821ab56 100644 --- a/htdocs/fourn/facture/card.php +++ b/htdocs/fourn/facture/card.php @@ -2634,7 +2634,7 @@ else print '
'; print '
'; - print ''; + print '
'; if (!empty($conf->multicurrency->enabled) && ($object->multicurrency_code != $conf->currency)) {