]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/user_migration_done.html
admin.pl: alten Code für Migration der Datei users/members entfernt
[mfinanz.git] / templates / webpages / admin / user_migration_done.html
diff --git a/templates/webpages/admin/user_migration_done.html b/templates/webpages/admin/user_migration_done.html
deleted file mode 100644 (file)
index d47775a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-[%- USE T8 %]
-[%- USE HTML %]
-
- <h1>[% title %]</h1>
-
- <form method="post" action="admin.pl">
-
-  <p>[% 'The following users have been migrated into the authentication database:' | $T8 %]</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' | $T8 %]">
-
- </form>