Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / generic / local_roles_actions.py
diff --git a/Products/Plinn/skins/generic/local_roles_actions.py b/Products/Plinn/skins/generic/local_roles_actions.py
new file mode 100755 (executable)
index 0000000..fbe4f0f
--- /dev/null
@@ -0,0 +1,13 @@
+##parameters=
+
+object_url = context.absolute_url()
+
+return [{'id' : 'view_locals_roles',
+         'name' : "View local roles",
+         'url' : object_url + '/folder_localrole_form'},
+        {'id' : 'ar_groups',
+         'name' : "Append or remove groups",
+         'url' : object_url + '/local_roles_ar_groups'},         
+        {'id' : 'group_data',
+         'name' : "Append or remove members",
+         'url' : object_url + '/local_roles_ar_members'},]
\ No newline at end of file