diff --git a/htdocs/admin/hrm.php b/htdocs/admin/hrm.php index c006688fca1..7fc315451a8 100644 --- a/htdocs/admin/hrm.php +++ b/htdocs/admin/hrm.php @@ -571,7 +571,7 @@ if ($action == 'edit') { } else { if (!empty($arrayofparameters)) { print ''; - print ''; + print ''; foreach ($arrayofparameters as $constname => $val) { if ($val['enabled']==1) { diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php index 1eb19b2d0ff..d6700cedf04 100644 --- a/htdocs/admin/tools/dolibarr_export.php +++ b/htdocs/admin/tools/dolibarr_export.php @@ -162,14 +162,15 @@ $title = $langs->trans("BackupDumpWizard"); print load_fiche_titre($title); -print '
'.$langs->trans("Parameter").''.$langs->trans("Value").'
'.$langs->trans("Parameter").''.$langs->trans("Value").'
'; +print '
'; print ''; print ''; print ''; print ''; +print '
'; print $langs->trans("DatabaseName").' : '.$dolibarr_main_db_name.'
'; print '
'; -print ''; + +print '
'; print ''; print ''; print ''; print '
'; @@ -399,11 +400,15 @@ print '
'; +print '
'; + + print ''; print '
'; -print ''; +print ''; print '
'; $prefix = 'dump'; $ext = '.sql'; @@ -439,9 +444,9 @@ if (in_array($type, array('mysql', 'mysqli'))) { // 'label' => $langs->trans("FormatZip") // ); $compression['bz'] = array( - 'function' => 'bzopen', - 'id' => 'radio_compression_bzip', - 'label' => $langs->trans("Bzip2") + 'function' => 'bzopen', + 'id' => 'radio_compression_bzip', + 'label' => $langs->trans("Bzip2") ); $compression['zstd'] = array( 'function' => 'zstd_compress', @@ -533,8 +538,6 @@ if (!empty($_SESSION["commandbackuptorun"])) { print " \n"; -print ''; -print ''; print " \n"; diff --git a/htdocs/core/class/utils.class.php b/htdocs/core/class/utils.class.php index e7ab489c60d..e081c59b14b 100644 --- a/htdocs/core/class/utils.class.php +++ b/htdocs/core/class/utils.class.php @@ -636,7 +636,6 @@ class Utils $execmethod = 1; } //$execmethod=1; - dol_syslog("Utils::executeCLI execmethod=".$execmethod." system:".$command, LOG_DEBUG); $output_arr = array(); diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index d4754f444d5..1c8891202a7 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -486,7 +486,11 @@ input:-webkit-autofill { input:-moz-placeholder { color: #ccc; } input[name=price], input[name=weight], input[name=volume], input[name=surface], input[name=sizeheight], input[name=net_measure], select[name=incoterm_id] { margin-right: 6px; } -fieldset { border: 1px solid #AAAAAA !important; } +fieldset { + border: 1px solid #AAAAAA !important; + padding-inline-start: 2em; + padding-inline-end: 2em; +} .legendforfieldsetstep { padding-bottom: 10px; } input#onlinepaymenturl, input#directdownloadlink { opacity: 0.7; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 5870307123d..b49373fd300 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -688,7 +688,11 @@ input[type=checkbox], input[type=radio] { input:-moz-placeholder { color:#ccc; } input[name=price], input[name=weight], input[name=volume], input[name=surface], input[name=sizeheight], input[name=net_measure], select[name=incoterm_id] { margin-right: 6px; } -fieldset { border: 1px solid #AAAAAA !important; } +fieldset { + border: 1px solid #AAAAAA !important; + padding-inline-start: 2em; + padding-inline-end: 2em; +} .legendforfieldsetstep { padding-bottom: 10px; } input#onlinepaymenturl, input#directdownloadlink { opacity: 0.7; @@ -1806,7 +1810,7 @@ td.showDragHandle { } #id-right { /* This must stay id-right and not be replaced with echo $right */ width: 100%; - padding-bottom: 10px; + padding-bottom: 20px; padding-left: 229px; padding-top: 16px;