mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: Menu entries
This commit is contained in:
parent
e26e9ccde6
commit
b65e9f3c5a
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
/**
|
||||
* \file htdocs/exports/index.php
|
||||
* \ingroup core
|
||||
* \ingroup export
|
||||
* \brief Page accueil de la zone export
|
||||
* \version $Id$
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -18,11 +18,10 @@
|
|||
|
||||
/**
|
||||
* \file htdocs/exports/pre.inc.php
|
||||
* \ingroup core
|
||||
* \ingroup export
|
||||
* \brief Fichier de gestion du menu gauche de l'espace exports
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
require("../main.inc.php");
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
/**
|
||||
* \file htdocs/admin/imports/index.php
|
||||
* \ingroup core
|
||||
* \ingroup import
|
||||
* \brief Page accueil de la zone import
|
||||
* \version $Id$
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -17,12 +17,11 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/exports/pre.inc.php
|
||||
* \ingroup core
|
||||
* \file htdocs/imports/pre.inc.php
|
||||
* \ingroup import
|
||||
* \brief Fichier de gestion du menu gauche de l'espace exports
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
require("../main.inc.php");
|
||||
|
||||
|
||||
|
|
@ -34,8 +33,8 @@ function llxHeader($head = '', $title='', $help_url='')
|
|||
|
||||
$menu = new Menu();
|
||||
|
||||
$menu->add(DOL_URL_ROOT."/exports/index.php", $langs->trans("Exports"));
|
||||
$menu->add_submenu(DOL_URL_ROOT."/exports/export.php", $langs->trans("NewExport"));
|
||||
$menu->add(DOL_URL_ROOT."/imports/index.php", $langs->trans("Imports"));
|
||||
$menu->add_submenu(DOL_URL_ROOT."/imports/import.php", $langs->trans("NewImport"));
|
||||
|
||||
left_menu($menu->liste, $help_url);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
Nom;Adresse1;Adresse2;Adresse3;Cp;Ville;Tel;Fax;Email;URL;SIRENT;SIRET;Tva;CodeClient;TvaIntraComm;
|
||||
Dolibarr;41 Rue de Stalingrad;BP 212;;56100;Lorient;0297521478;0236547885;toto@toto.com;www.dolibarr.com;412254;4558888;1;0125;0125478821144;
|
||||
|
Loading…
Reference in New Issue
Block a user