diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php
index 1efb88a323d..c2f4c1ccb4b 100644
--- a/htdocs/admin/tools/dolibarr_export.php
+++ b/htdocs/admin/tools/dolibarr_export.php
@@ -36,6 +36,10 @@ if (! $user->admin)
$html=new Form($db);
+
+/*
+* Affichage page
+*/
llxHeader();
@@ -52,9 +56,8 @@ if ($_GET["msg"])
print "\n";
}
-$result=$html->show_documents('systemtools','',DOL_DATA_ROOT.'/admin/temp',$_SERVER['PHP_SELF'],0,1);
-if ($result) print '
';
-
+
+print_titre($langs->trans("NewBackup")).'
';
?>
@@ -100,8 +103,6 @@ function show_checked_option() {