From 72d66b3644bbcc0df1d3f0ee7d751cac7f2d9ac2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 26 Apr 2003 16:18:14 +0000 Subject: [PATCH] Modif liens --- htdocs/compta/paiement/pre.inc.php | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/htdocs/compta/paiement/pre.inc.php b/htdocs/compta/paiement/pre.inc.php index 366dca6d74a..c238fd3a840 100644 --- a/htdocs/compta/paiement/pre.inc.php +++ b/htdocs/compta/paiement/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2003 Rodolphe Quiedeville * * 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 @@ -41,7 +41,7 @@ function llxHeader($head = "") { } $menu->add("/compta/facture.php3","Factures"); - $menu->add_submenu("paiement.php3","Paiements"); + $menu->add_submenu("/compta/paiement.php3","Paiements"); if ($user->comm > 0 && $conf->commercial ) { @@ -53,42 +53,34 @@ function llxHeader($head = "") { */ if ($user->societe_id == 0) { - - $menu->add("charges/index.php3","Charges"); - $menu->add_submenu("sociales/","Prest. Sociales"); + $menu->add("/compta/charges/index.php3","Charges"); + $menu->add_submenu("/compta/sociales/","Prest. Sociales"); } $menu->add("ca.php3","Chiffre d'affaire"); if ($user->societe_id == 0) { - $menu->add_submenu("prev.php3","Prévisionnel"); - $menu->add_submenu("comp.php3","Comparatif"); - $menu->add_submenu("exercices.php3","Exercices"); - $menu->add_submenu("casoc.php3","Par société"); + $menu->add_submenu("/compta/prev.php3","Prévisionnel"); + $menu->add_submenu("/compta/comp.php3","Comparatif"); + $menu->add_submenu("/compta/exercices.php3","Exercices"); + $menu->add_submenu("/compta/casoc.php3","Par société"); } if ($conf->compta->tva && $user->societe_id == 0) { - $menu->add("tva/index.php3","TVA"); + $menu->add("/compta/tva/index.php3","TVA"); } if ($user->societe_id == 0) { - $menu->add("resultat/","Résultats"); - - $menu->add("bank/index.php3","Bank"); + $menu->add("/compta/resultat/","Résultats"); + $menu->add("/compta/bank/index.php3","Bank"); } $menu->add("/fourn/index.php3", "Fournisseurs"); - /* - * $menu->add("ligne.php3","Compta"); - * $menu->add_submenu("ligne.php3","Lignes"); - * $menu->add_submenu("config.php3","Configuration"); - */ - if ($user->compta > 0) {