From: Pascal Corpet Date: Sun, 23 Mar 2008 21:26:27 +0000 (+0100) Subject: forums ban administration a bit more explicative X-Git-Tag: xorg/0.9.16~73 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d90cbe1aa8adeb9b3c562651c7b914e32a9357f5;p=platal.git forums ban administration a bit more explicative --- diff --git a/modules/forums.php b/modules/forums.php index f61d801..700f076 100644 --- a/modules/forums.php +++ b/modules/forums.php @@ -152,10 +152,10 @@ class ForumsModule extends PLModule $table_editor = new PLTableEditor('admin/forums','forums.innd','id_innd'); $table_editor->describe('ipmin','min plage IP',true); $table_editor->describe('ipmax','max plage IP',true); - $table_editor->describe('uid','utilisateur',true); - $table_editor->describe('write_perm','perm. poster',true); - $table_editor->describe('read_perm','perm. lire',true); - $table_editor->describe('priority','priorite',true); + $table_editor->describe('uid','id utilisateur',true); + $table_editor->describe('write_perm','masque des forums autorisés en lecture',true); + $table_editor->describe('read_perm','masque des forums autorisés en écriture',true); + $table_editor->describe('priority','priorité',true); $table_editor->describe('comment','commentaire',true); $table_editor->apply($page, $action, $id); }