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 '
| '.$langs->trans("Parameter").' | '.$langs->trans("Value").' |
| '.$langs->trans("Parameter").' | '.$langs->trans("Value").' |
| ';
print $langs->trans("DatabaseName").' : '.$dolibarr_main_db_name.' '; 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 ' |