diff --git a/htdocs/index.php b/htdocs/index.php index 2a157521b50..a3c74111ef0 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -2,7 +2,7 @@ /* Copyright (C) 2001-2004 Rodolphe Quiedeville * Copyright (C) 2004-2012 Laurent Destailleur * Copyright (C) 2005-2012 Regis Houssin - * Copyright (C) 2011 Juanjo Menent + * Copyright (C) 2011-2012 Juanjo Menent * * 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 @@ -208,7 +208,7 @@ if ($user->societe_id == 0) DOL_URL_ROOT.'/adherents/liste.php?statut=1&mainmenu=members', DOL_URL_ROOT.'/product/liste.php?type=0&mainmenu=products', DOL_URL_ROOT.'/product/liste.php?type=1&mainmenu=products', - DOL_URL_ROOT.'/comm/propal.php?mainmenu=commercial', + DOL_URL_ROOT.'/comm/propal/list.php?mainmenu=commercial', DOL_URL_ROOT.'/commande/liste.php?mainmenu=commercial', DOL_URL_ROOT.'/compta/facture.php?mainmenu=accountancy', DOL_URL_ROOT.'/contrat/liste.php'); @@ -338,7 +338,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire) $board->load_board($user,"opened"); $board->warning_delay=$conf->propal->cloture->warning_delay/60/60/24; $board->label=$langs->trans("PropalsToClose"); - $board->url=DOL_URL_ROOT.'/comm/propal.php?viewstatut=1'; + $board->url=DOL_URL_ROOT.'/comm/propal/list.php?viewstatut=1'; $board->img=img_object($langs->trans("Propals"),"propal"); $rowspan++; $dashboardlines[]=$board; @@ -354,7 +354,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire) $board->load_board($user,"signed"); $board->warning_delay=$conf->propal->facturation->warning_delay/60/60/24; $board->label=$langs->trans("PropalsToBill"); - $board->url=DOL_URL_ROOT.'/comm/propal.php?viewstatut=2'; + $board->url=DOL_URL_ROOT.'/comm/propal/list.php?viewstatut=2'; $board->img=img_object($langs->trans("Propals"),"propal"); $rowspan++; $dashboardlines[]=$board;