X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile.php;h=248a327df6ba837be9060d7907b1f472145f4961;hb=d02b8359e75e7a29be2a5ac80c4a2dd4a44323dc;hp=70686239a7db0cb6e92e99c5260f65e627bdb893;hpb=8b1f8e12d444062ef63a0db3a8fa94582a9778c3;p=platal.git diff --git a/modules/profile.php b/modules/profile.php index 7068623..248a327 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -770,6 +770,7 @@ class ProfileModule extends PLModule $table_editor = new PLTableEditor('admin/medals','profile_medals','id'); $table_editor->describe('text', 'intitulé', true); $table_editor->describe('img', 'nom de l\'image', false); + $table_editor->describe('flags', 'valider', true); $table_editor->apply($page, $action, $id); if ($id && $action == 'edit') { $page->changeTpl('profile/admin_decos.tpl');