X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile.php;h=ba1a4f2644e43b076a267ac4285620a0f165d31a;hb=dc6378df04a613f3a65ae5e501b65de64a672b9a;hp=89a4d566bff6127ae063fb2ce7e31afcb0eca8d4;hpb=9e7e21fc473e7dec782b06d9643484516f7aed84;p=platal.git diff --git a/modules/profile.php b/modules/profile.php index 89a4d56..ba1a4f2 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -826,7 +826,8 @@ class ProfileModule extends PLModule $table_editor = new PLTableEditor('admin/networking', 'profile_networking_enum', 'network_type'); $table_editor->describe('name', 'intitulé', true); $table_editor->describe('icon', 'nom de l\'icône', false); - $table_editor->describe('filter', 'nom du filtre à appliquer', true); + $table_editor->describe('filter', 'filtre', true); + $table_editor->describe('link', 'lien web', true); $table_editor->apply($page, $action, $id); } function handler_admin_phones_format_display(&$page, $action = 'list', $id = null) {