]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/user_migration_complete_en.html
locales.pl von nach locale/en kopiert und dort ausgeführt.
[kivitendo-erp.git] / templates / webpages / admin / user_migration_complete_en.html
diff --git a/templates/webpages/admin/user_migration_complete_en.html b/templates/webpages/admin/user_migration_complete_en.html
new file mode 100644 (file)
index 0000000..a4bf351
--- /dev/null
@@ -0,0 +1,24 @@
+[% USE HTML %]<body>
+
+ <div class="listtop">[% title %]</div>
+
+ <form method="post" action="admin.pl">
+
+  [%- IF standard_group_created %]
+  <p>A group named &quot;Full Access&quot; has been created.</p>
+  [%- END %]
+
+
+  <p>The user migration process is complete.
+   You will now be forwarded to the administration panel.</p>
+
+  <input type="hidden" name="nextsub" value="list_users">
+
+  <p>
+   <input type="submit" class="submit" name="action" value="Continue">
+  </p>
+
+ </form>
+
+</body>
+</html>