<body> in eigene Zeile (für späteres entfernen)
[kivitendo-erp.git] / templates / webpages / admin / user_migration_done.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>[% 'The following users have been migrated into the authentication database:' | $T8 %]</p>
10
11   <p>[% FOREACH row = MEMBERS %][% HTML.escape(row.login) %] [% END %]</p>
12
13   <input type="hidden" name="nextsub" value="create_standard_group_ask">
14
15   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
16
17  </form>
18
19 </body>
20 </html>