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() {
-trans("NewBackup"); ?> - @@ -180,10 +181,10 @@ function show_checked_option() {
- Parametres export MySQL + Parametres de l'export MySQL
- Path commande mysqldump:
+ Chemin complet de la commande mysqldump:
@@ -501,10 +502,13 @@ echo $file;

-
- Compression : '; +print "\n"; + +print $langs->trans("Compression").':   '; + $compression=array( 'none' => array('function' => '', 'id' => 'radio_compression_none', 'label' => $langs->trans("None")), // 'zip' => array('function' => 'zip_open', 'id' => 'radio_compression_zip', 'label' => $langs->trans("Zip")), Not open source @@ -529,6 +533,9 @@ foreach($compression as $key => $val) print '     '; } +print '
'; +print "\n"; + ?>
@@ -570,6 +577,11 @@ if (window.parent.frames[1]) { show_documents('systemtools','',DOL_DATA_ROOT.'/admin/temp',$_SERVER['PHP_SELF'],0,1); +//if ($result) print '

'; + + + +llxFooter('$Date$ - $Revision$'); ?> \ No newline at end of file