diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php index e9f19f49ef4..43453041dfd 100644 --- a/htdocs/exports/export.php +++ b/htdocs/exports/export.php @@ -439,7 +439,7 @@ if ($step == 1 || ! $datatoexport) $h++; */ - dol_fiche_head($head, $hselected, $langs->trans("NewExport")); + dol_fiche_head($head, $hselected, $langs->trans("NewExport"), -1); print '
| '.$langs->trans("Module").' | '; + print '|
| '.$langs->trans("Module").' | '; print ''; //print img_object($objexport->array_export_module[0]->getName(),$objexport->array_export_module[0]->picto).' '; print $objexport->array_export_module[0]->getName(); print ' |
| '.$langs->trans("DatasetToExport").' | '; + print '|
| '.$langs->trans("DatasetToExport").' | '; print ''; $icon=preg_replace('/:.*$/','',$objexport->array_export_icon[0]); print img_object($objexport->array_export_module[0]->getName(), $icon).' '; @@ -898,7 +904,7 @@ if ($step == 4 && $datatoexport) print ' |
| '.$langs->trans("ExportedFields").' | '; + print '|
| '.$langs->trans("ExportedFields").' | '; $list=''; foreach($array_selected as $code=>$value) { diff --git a/htdocs/langs/en_US/exports.lang b/htdocs/langs/en_US/exports.lang index a2e208673bd..4a1152e6581 100644 --- a/htdocs/langs/en_US/exports.lang +++ b/htdocs/langs/en_US/exports.lang @@ -120,6 +120,7 @@ SelectPrimaryColumnsForUpdateAttempt=Select column(s) to use as primary key for UpdateNotYetSupportedForThisImport=Update is not supported for this type of import (only insert) NoUpdateAttempt=No update attempt was performed, only insert ImportDataset_user_1=Users (employees or not) and properties +ComputedField=Computed field ## filters SelectFilterFields=If you want to filter on some values, just input values here. FilteredFields=Filtered fields diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 4672d99b8ec..9de83c3bd97 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2006,6 +2006,9 @@ div.tabsAction { padding: 0em 0em; text-align: right; } +div.tabsActionNoBottom { + margin-bottom: 0px; +} div.tabsAction > a { margin-bottom: 16px !important; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 7818422d192..e6809a2c574 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2011,6 +2011,9 @@ div.tabsAction { padding: 0em 0em; text-align: right; } +div.tabsActionNoBottom { + margin-bottom: 0px; +} div.tabsAction > a { margin-bottom: 16px !important; }