From f4d3e9db1b9bcda6fff88dbe72d9bc8771b4b81f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 23 Jan 2008 04:55:03 +0000 Subject: [PATCH] New: Add message --- htdocs/admin/perms.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/htdocs/admin/perms.php b/htdocs/admin/perms.php index 4085c3ec52f..0902841bb62 100644 --- a/htdocs/admin/perms.php +++ b/htdocs/admin/perms.php @@ -15,16 +15,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ */ /** \file htdocs/admin/perms.php \ingroup core \brief Page d'administration/configuration des permissions par defaut - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); @@ -76,6 +73,8 @@ $h++; dolibarr_fiche_head($head, $hselected, $langs->trans("Security")); +print info_admin($langs->trans("WarningOnlyPermissionOfActivatedModules")); + print ''; @@ -136,7 +135,7 @@ if ($result) if ($old <> $obj->module) { - // Rupture détectée, on récupère objMod + // Rupture d�tect�e, on r�cup�re objMod $objMod=$modules[$obj->module]; $picto=($objMod->picto?$objMod->picto:'generic');