]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/user_migration_done_en.html
locales.pl von nach locale/en kopiert und dort ausgeführt.
[kivitendo-erp.git] / templates / webpages / admin / user_migration_done_en.html
diff --git a/templates/webpages/admin/user_migration_done_en.html b/templates/webpages/admin/user_migration_done_en.html
new file mode 100644 (file)
index 0000000..07e669d
--- /dev/null
@@ -0,0 +1,18 @@
+[% USE HTML %]<body>
+
+ <div class="listtop">[% title %]</div>
+
+ <form method="post" action="admin.pl">
+
+  <p>The following users have been migrated into the authentication database:</p>
+
+  <p>[% FOREACH row = MEMBERS %][% HTML.escape(row.login) %] [% END %]</p>
+
+  <input type="hidden" name="nextsub" value="create_standard_group_ask">
+
+  <input type="submit" class="submit" name="action" value="Continue">
+
+ </form>
+
+</body>
+</html>