From df0a8e08290375b560ebbf039e6e9fa231da526e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 31 Jul 2013 18:43:37 +0200 Subject: [PATCH] Fix: Bad link --- htdocs/admin/delais.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php index 41142550572..9397b6cd28c 100644 --- a/htdocs/admin/delais.php +++ b/htdocs/admin/delais.php @@ -128,7 +128,7 @@ llxHeader(); print_fiche_titre($langs->trans("DelaysOfToleranceBeforeWarning"),'','setup'); print $langs->transnoentities("DelaysOfToleranceDesc",img_warning()); -print " ".$langs->trans("OnlyActiveElementsAreShown")."
\n"; +print " ".$langs->trans("OnlyActiveElementsAreShown",DOL_URL_ROOT.'/admin/modules.php')."
\n"; print "
\n"; $form = new Form($db);