fd0fc6c6f4d017c5c9f305102261b44b60361c9d
[GroupUserFolder.git] / dtml / configureGroupsTool.dtml
1 <dtml-var manage_page_header>
2 <dtml-var manage_tabs>
3
4 <h2>Control Creation of Group Workspaces</h2>
5 <p>
6 If "workspace creation" is on, workspaces will be automatically created (if they do not exist)
7 for groups upon creation.
8 </p>
9 <form action="toggleGroupWorkspacesCreation" method="post">
10 <p>Workspaces creation is <strong><dtml-var "getGroupWorkspacesCreationFlag() and 'on' or 'off'"></strong></p>
11 <input type="submit" value="Turn Workspace Creation <dtml-var "getGroupWorkspacesCreationFlag() and 'off' or 'on'">" />
12 </form>
13
14 <h2>Set Workspaces Folder Name</h2>
15 <p>
16 Provides the name of the folder or object manager that will contain all group workspaces.
17 It will be created if it does not exist, and must be in the same container as the groups tool.
18 (If you really need a path here, contact the developers.)
19 </p>
20 <p>
21 The default is <em>GroupWorkspaces</em>.
22 </p>
23 <form action="manage_setGroupWorkspacesFolder" method="post">
24 <p><strong>Workspace container id</strong> <input type="text" name="id" value="&dtml-getGroupWorkspacesFolderId;" /></p>
25 <input type="submit" value="Change" />
26 </form>
27
28
29 <h2>Set Group Workspaces Container Type</h2>
30 <p>
31 Provide the name of the Type that will be created when creating the first Group Workspace.
32 This object will be at the root of your Plone site, with the id "GroupWorkspaces".
33 </p>
34 <form action="manage_setGroupWorkspaceContainerType" method="post">
35 <p><strong>Create worspaces container as type</strong> <input type="text" name="type" value="&dtml-getGroupWorkspaceContainerType;" /></p>
36 <input type="submit" value="Change" />
37 </form>
38
39
40 <h2>Set Group Workspaces Type</h2>
41 <p>
42 Provide the name of the Type that will be created to serve as the Group Workspaces. You may use
43 <code>Folder</code>, which is present by default, <code>GroupSpace</code>, which comes
44 with GRUF, or a type of you own definition. See the portal_types tool for types.
45 </p>
46 <form action="manage_setGroupWorkspaceType" method="post">
47 <p><strong>Create workspaces as type</strong> <input type="text" name="type" value="&dtml-getGroupWorkspaceType;" /></p>
48 <input type="submit" value="Change" />
49 </form>
50
51
52 <dtml-var manage_page_footer>