diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php index ed0ac4660fe..2a508ceedb1 100644 --- a/htdocs/admin/tools/dolibarr_export.php +++ b/htdocs/admin/tools/dolibarr_export.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2006-2009 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ $langs->load("admin"); if (! $user->admin) accessforbidden(); - + $html=new Form($db); $formfile = new FormFile($db); @@ -46,7 +46,11 @@ llxHeader(); print_fiche_titre($langs->trans("Backup"),'','setup'); print '
'; -print $langs->trans("DatabaseName").' : '.$dolibarr_main_db_name.'
'; +print $langs->trans("BackupDesc",DOL_DOCUMENT_ROOT).'

'; +print $langs->trans("BackupDesc2",DOL_DOCUMENT_ROOT).'
'; +print $langs->trans("BackupDescX").'

'; +print $langs->trans("BackupDesc3",DOL_DOCUMENT_ROOT).'
'; +print $langs->trans("BackupDescX").'

'; print '
'; if ($_GET["msg"]) @@ -57,8 +61,6 @@ if ($_GET["msg"]) } -print_titre($langs->trans("NewBackup")).'
'; - ?> @@ -96,7 +98,7 @@ function show_checked_option() { // if (document.getElementById('radio_dump_csv')) { // document.getElementById('csv_options').style.display = 'block'; // } - + } //]]> @@ -108,6 +110,11 @@ function show_checked_option() {
+trans("DatabaseName").' : '.$dolibarr_main_db_name.'
'; +print '
'; +?> +
trans("ExportMethod"); ?> @@ -123,7 +130,7 @@ function show_checked_option() {
-