From: Nicolas Iooss Date: Sat, 8 Mar 2014 15:48:49 +0000 (+0100) Subject: Add a permanent warning message in admin/account/types to explain what directory_ax is X-Git-Tag: xorg/1.1.12~7 X-Git-Url: http://git.polytechnique.org/?p=platal.git;a=commitdiff_plain;h=a8885c7eae0a82536c57fbd4d20f90e1a6e3cc4a Add a permanent warning message in admin/account/types to explain what directory_ax is --- diff --git a/modules/admin.php b/modules/admin.php index a541100..d4f1390 100644 --- a/modules/admin.php +++ b/modules/admin.php @@ -1546,6 +1546,10 @@ class AdminModule extends PLModule $table_editor->describe('type', 'Catégorie', true); $table_editor->describe('perms', 'Permissions associées', true); $table_editor->apply($page, $action, $id); + + $page->trigWarning( + 'Le niveau de visibilité "ax", utilisé par la permission "directory_ax", ' . + 'correspond à la visibilité dans l\'annuaire papier.'); } function handler_wiki($page, $action = 'list', $wikipage = null, $wikipage2 = null)