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