From 38cec964524b02d06215c06d0ad87157fb2e63b5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 23 Jan 2009 14:29:57 +0000 Subject: [PATCH] Backup tools more clear. --- htdocs/admin/tools/dolibarr_export.php | 27 ++++++++++++++++---------- htdocs/langs/en_US/admin.lang | 4 ++++ htdocs/langs/fr_FR/admin.lang | 4 ++++ 3 files changed, 25 insertions(+), 10 deletions(-) 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() {
-