forked from Wavyzz/dolibarr
*** empty log message ***
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -24,7 +24,7 @@ require("../../main.inc.php");
|
|||||||
$user->getrights('telephonie');
|
$user->getrights('telephonie');
|
||||||
|
|
||||||
function llxHeader($head = "", $title="") {
|
function llxHeader($head = "", $title="") {
|
||||||
global $user, $conf;
|
global $user;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
@@ -36,10 +36,28 @@ function llxHeader($head = "", $title="") {
|
|||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/telephonie/index.php", "Telephonie");
|
$menu->add(DOL_URL_ROOT."/telephonie/index.php", "Telephonie");
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/telephonie/simulation/fiche.php", "Simulation");
|
if (TELEPHONIE_MODULE_SIMULATION == 1)
|
||||||
$menu->add_submenu(DOL_URL_ROOT."/telephonie/simulation/fiche.php?action=create", "Nouvelle");
|
{
|
||||||
|
|
||||||
|
$menu->add(DOL_URL_ROOT."/telephonie/simulation/fiche.php", "Simulation");
|
||||||
|
$menu->add_submenu(DOL_URL_ROOT."/telephonie/simulation/fiche.php?action=create", "Nouvelle");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$menu->add(DOL_URL_ROOT."/telephonie/client/index.php", "Clients");
|
||||||
|
|
||||||
|
$menu->add(DOL_URL_ROOT."/telephonie/contrat/", "Contrats");
|
||||||
|
|
||||||
|
$menu->add(DOL_URL_ROOT."/telephonie/ligne/index.php", "Lignes");
|
||||||
|
|
||||||
|
$menu->add(DOL_URL_ROOT."/telephonie/ligne/commande/", "Commandes");
|
||||||
|
|
||||||
|
$menu->add(DOL_URL_ROOT."/telephonie/stats/", "Statistiques");
|
||||||
|
|
||||||
|
$menu->add(DOL_URL_ROOT."/telephonie/facture/", "Factures");
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/telephonie/tarifs/", "Tarifs");
|
$menu->add(DOL_URL_ROOT."/telephonie/tarifs/", "Tarifs");
|
||||||
|
|
||||||
$menu->add_submenu(DOL_URL_ROOT."/telephonie/tarifs/achat.php", "Achat");
|
$menu->add_submenu(DOL_URL_ROOT."/telephonie/tarifs/achat.php", "Achat");
|
||||||
$menu->add_submenu(DOL_URL_ROOT."/telephonie/tarifs/prefix.php", "Prefix");
|
$menu->add_submenu(DOL_URL_ROOT."/telephonie/tarifs/prefix.php", "Prefix");
|
||||||
|
|
||||||
@@ -49,16 +67,6 @@ function llxHeader($head = "", $title="") {
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/telephonie/client/index.php", "Clients");
|
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/telephonie/ligne/index.php", "Lignes");
|
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/telephonie/ligne/commande/", "Commandes");
|
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/telephonie/facture/", "Factures");
|
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/telephonie/stats/", "Statistiques");
|
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/telephonie/fournisseurs.php", "Fournisseurs");
|
$menu->add(DOL_URL_ROOT."/telephonie/fournisseurs.php", "Fournisseurs");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user