]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/user_migration_complete.html
admin.pl: alten Code für Migration der Datei users/members entfernt
[mfinanz.git] / templates / webpages / admin / user_migration_complete.html
diff --git a/templates/webpages/admin/user_migration_complete.html b/templates/webpages/admin/user_migration_complete.html
deleted file mode 100644 (file)
index 800625f..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-[%- USE T8 %]
-[%- USE HTML %]
-
- <h1>[% title %]</h1>
-
- <form method="post" action="admin.pl">
-
-  [%- IF standard_group_created %]
-  <p>[% 'A group named &quot;Full Access&quot; has been created.' | $T8 %]</p>
-  [%- END %]
-
-
-  <p>[% 'The user migration process is complete.' | $T8 %]
-   [% 'You will now be forwarded to the administration panel.' | $T8 %]</p>
-
-  <input type="hidden" name="nextsub" value="list_users">
-
-  <p>
-   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
-  </p>
-
- </form>