New: Add message

This commit is contained in:
Laurent Destailleur 2008-01-23 04:55:03 +00:00
parent f8b6625bcb
commit f4d3e9db1b

View File

@ -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 '<table class="noborder" width="100%">';
@ -136,7 +135,7 @@ if ($result)
if ($old <> $obj->module)
{
// Rupture détectée, on récupère objMod
// Rupture d<EFBFBD>tect<EFBFBD>e, on r<>cup<75>re objMod
$objMod=$modules[$obj->module];
$picto=($objMod->picto?$objMod->picto:'generic');