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