Umstellung der Benutzerverwaltung von Dateien im Verzeichnis "users" auf die Verwendu...
[kivitendo-erp.git] / templates / webpages / admin / create_standard_group_ask_master.html
1 [% USE HTML %]<body>
2
3  <div class="listtop">[% title %]</div>
4
5  <form method="post" action="admin.pl">
6
7   <p>
8
9    <translate>Lx-Office has been switched to group-based access
10     restrictions.</translate>
11
12    <translate>You have to create at least one group, grant it access
13     to Lx-Office's functions and assign users to it.</translate>
14
15    <translate>Otherwise all users will only have access to their own
16     settings.</translate>
17
18   </p>
19
20   <p>
21
22    <translate>During this user migration Lx-Office can create such a
23     group for you and grant all users access to all of Lx-Office's
24     functions.</translate>
25
26    <translate>This corresponds to Lx-Office's behavior prior to
27     version 2.4.4.</translate>
28
29   </p>
30
31   <p>
32
33    <translate>Alternatively you can skip this step and create groups
34     yourself.</translate>
35
36   </p>
37
38   <p>
39
40    <translate>Do you want Lx-Office to create a group for access to
41     all functions?</translate>
42
43    <translate>This group will be called &quot;Full Access&quot;.</translate>
44
45   </p>
46
47   <input type="hidden" name="action" value="dispatcher">
48
49   <p>
50    <input type="submit" class="submit" name="action_create_standard_group" value="<translate>Yes</translate>">
51    <input type="submit" class="submit" name="action_dont_create_standard_group" value="<translate>No</translate>">
52   </p>
53
54  </form>
55
56 </body>
57 </html>