diff --git a/htdocs/admin/tools/dolibarr_import.php b/htdocs/admin/tools/dolibarr_import.php index fa82e7d9bee..69ab2406519 100644 --- a/htdocs/admin/tools/dolibarr_import.php +++ b/htdocs/admin/tools/dolibarr_import.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2006-2008 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 @@ -17,10 +17,10 @@ */ /** - \file htdocs/admin/tools/dolibarr_import.php - \brief Page import de la base - \version $Id$ -*/ + * \file htdocs/admin/tools/dolibarr_import.php + * \brief Page import de la base + * \version $Id$ + */ require("./pre.inc.php"); @@ -31,6 +31,10 @@ if (! $user->admin) accessforbidden(); +/* + * View + */ + llxHeader(); print_fiche_titre($langs->trans("Restore"),'','setup'); @@ -44,7 +48,7 @@ print_titre($langs->trans("Restore")).'
'; ?> - + - + +