diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php index a0cb8af9726..062f1aaec73 100644 --- a/htdocs/admin/tools/dolibarr_export.php +++ b/htdocs/admin/tools/dolibarr_export.php @@ -359,9 +359,9 @@ print $langs->trans("BackupDescY").'

'; - - -
: +
+trans("Destination"); ?> +:
- +
" id="buttonGo" />

diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 255e13e87a2..9e1e4ef42ae 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -305,6 +305,7 @@ input:-moz-placeholder { color:#ccc; } legend { margin-bottom: 8px; } +fieldset { border: 1px solid #AAAAAA !important; box-shadow: 2px 2px 3px #DDD; } .button {