From 5c2ed0f19fb07c22ebde2cf59639b58d1d62793e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Feb 2017 12:57:34 +0100 Subject: [PATCH] Fix field title lost --- htdocs/societe/rib.php | 55 ++++++++++++++++----------------- htdocs/theme/eldy/style.css.php | 9 ++++-- htdocs/theme/md/style.css.php | 9 ++++-- 3 files changed, 41 insertions(+), 32 deletions(-) diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php index 06c16a2efe6..65bd12b2be4 100644 --- a/htdocs/societe/rib.php +++ b/htdocs/societe/rib.php @@ -701,7 +701,7 @@ if ($socid && $action == 'edit' && $user->rights->societe->creer) print ''; print ''; - print ''; + print ''; print ''; print ''; @@ -743,17 +743,17 @@ if ($socid && $action == 'edit' && $user->rights->societe->creer) print ''; } - print '"; print ''; - print ''; + print ''; print "\n"; - print '"; @@ -769,14 +769,14 @@ if ($socid && $action == 'edit' && $user->rights->societe->creer) // RUM print ''; - print ''; - - print ''; - - print '
'.$langs->trans("LabelRIB").'
'.$langs->trans("BankName").'
'.$langs->trans("BankAccountDomiciliation").''; + print '
'.$langs->trans("BankAccountDomiciliation").''; print '
'.$langs->trans("BankAccountOwner").'
'.$langs->trans("BankAccountOwnerAddress").''; - print "
'.$langs->trans("RUM").'
'; - $tblArraychoice = array("FRST" => $langs->trans("FRST"), "RECUR" => $langs->trans("RECUR")); - print $form->selectarray("frstrecur", $tblArraychoice, dol_escape_htmltag(GETPOST('frstrecur')?GETPOST('frstrecur'):$account->frstrecur), 0); - print '
'; + print ''; + + print ''.$langs->trans("WithdrawMode").''; + $tblArraychoice = array("FRST" => $langs->trans("FRST"), "RECUR" => $langs->trans("RECUR")); + print $form->selectarray("frstrecur", $tblArraychoice, dol_escape_htmltag(GETPOST('frstrecur')?GETPOST('frstrecur'):$account->frstrecur), 0); + print ''; + + print ''; } print ''; @@ -806,7 +806,7 @@ if ($socid && $action == 'create' && $user->rights->societe->creer) print ''; print ''; - print ''; + print ''; print ''; print ''; @@ -842,17 +842,17 @@ if ($socid && $action == 'create' && $user->rights->societe->creer) print ''; } - print '"; print ''; - print ''; + print ''; print "\n"; - print '"; @@ -860,21 +860,20 @@ if ($socid && $action == 'create' && $user->rights->societe->creer) if ($conf->prelevement->enabled) { - print '
'; + print '
'; print '
'.$langs->trans("LabelRIB").'
'.$langs->trans("Bank").'
'.$langs->trans("BankAccountDomiciliation").''; - print '
'.$langs->trans("BankAccountOwner").'
'.$langs->trans("BankAccountOwnerAddress").''; - print '
'; // RUM print ''; - print ''; + print ''; + + print ''; - print ''; - - - print '
'.$langs->trans("RUM").''.$langs->trans("RUMWillBeGenerated").'
'.$langs->trans("RUMWillBeGenerated").'
'.$langs->trans("WithdrawMode").''; + $tblArraychoice = array("FRST" => $langs->trans("FRST"), "RECUR" => $langs->trans("RECUR")); + print $form->selectarray("frstrecur", $tblArraychoice, (isset($_POST['frstrecur'])?GETPOST('frstrecur'):'FRST'), 0); + print '
'; - $tblArraychoice = array("FRST" => $langs->trans("FRST"), "RECUR" => $langs->trans("RECUR")); - print $form->selectarray("frstrecur", $tblArraychoice, (isset($_POST['frstrecur'])?GETPOST('frstrecur'):'FRST'), 0); - print '
'; + print ''; } print ''; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 4970f7b6541..bed4b5c3fe3 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2307,7 +2307,9 @@ td.border, div.tagtable div div.border { /* Main boxes */ - +.ficheaddleft table.noborder { + margin: 0px 0px 0px 0px; +} table.liste, table.noborder, table.formdoc, div.noborder { width: 100%; @@ -2780,7 +2782,10 @@ div.tabBar .noborder { /* * Boxes */ - + +.ficheaddleft div.boxstats { + border: none; +} .boxstats { margin: 3px; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index d2a145b30ee..acfd9d67452 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2177,7 +2177,9 @@ td.border, div.tagtable div div.border { /* Main boxes */ - +.ficheaddleft table.noborder { + margin: 0px 0px 0px 0px; +} table.liste, table.noborder, table.formdoc, div.noborder { width: 100%; @@ -2659,7 +2661,10 @@ div .tdtop { /* * Boxes */ - + +.ficheaddleft div.boxstats { + border: none; +} .boxstats { margin: 3px;