4  <div class="listtop">[% title %]</div>
 
   6  <form method="post" action="admin.pl">
 
  10    [% 'Lx-Office has been switched to group-based access restrictions.' | $T8 %]
 
  12    [%- 'You have to create at least one group, grant it access to Lx-Office\'s functions and assign users to it.' | $T8 %]
 
  14    [% 'Otherwise all users will only have access to their own settings.' | $T8 %]
 
  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 %]
 
  22    [%- 'This corresponds to Lx-Office\'s behavior prior to version 2.4.4.' | $T8 %]
 
  28    [% 'Alternatively you can skip this step and create groups yourself.' | $T8 %]
 
  34    [% 'Do you want Lx-Office to create a group for access to all functions?' | $T8 %]
 
  36    [% 'This group will be called "Full Access".' | $T8 %]
 
  40   <input type="hidden" name="action" value="dispatcher">
 
  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 %]">