diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php
index 5c8254bb24b..19d57bc25eb 100644
--- a/htdocs/admin/tools/dolibarr_export.php
+++ b/htdocs/admin/tools/dolibarr_export.php
@@ -30,7 +30,7 @@ include_once $dolibarr_main_document_root."/lib/databases/".$conf->db->type.".li
$langs->load("admin");
if (! $user->admin)
- accessforbidden();
+accessforbidden();
$html=new Form($db);
@@ -38,11 +38,27 @@ $formfile = new FormFile($db);
/*
-* View
-*/
+ * View
+ */
llxHeader('','','EN:Backups|FR:Sauvegardes|ES:Copias_de_seguridad');
+?>
+
+trans("Backup"),'','setup');
print $langs->trans("BackupDesc",DOL_DATA_ROOT).'
';
@@ -61,526 +77,203 @@ if ($_GET["msg"])
?>
-
-
-