IS: Departments anzeigen.
[kivitendo-erp.git] / templates / webpages / admin / user_migration_done_en.html
1 [% USE HTML %]<body>
2
3  <div class="listtop">[% title %]</div>
4
5  <form method="post" action="admin.pl">
6
7   <p>The following users have been migrated into the authentication database:</p>
8
9   <p>[% FOREACH row = MEMBERS %][% HTML.escape(row.login) %] [% END %]</p>
10
11   <input type="hidden" name="nextsub" value="create_standard_group_ask">
12
13   <input type="submit" class="submit" name="action" value="Continue">
14
15  </form>
16
17 </body>
18 </html>