+++ /dev/null
-[% USE HTML %]<body>
-
- <div class="listtop">[% title %]</div>
-
- <form method="post" action="admin.pl">
-
- <p>
- The old file containing the user information is still present ("[% HTML.escape(memberfile) %]"). Do you want to migrate these users into the database? If not then you will not be able to log in with any of the users present in the old file.
- </p>
-
- <p>
- If you chose to let Lx-Office do the migration then Lx-Office will also remove the old member file after creating a backup copy of it in the directory "[% HTML.escape(backupdir) %]".
- </p>
-
- <input type="hidden" name="yes_nextsub" value="migrate_users">
- <input type="hidden" name="no_nextsub" value="list_users">
-
- <input type="submit" class="submit" name="action" value="Yes">
- <input type="submit" class="submit" name="action" value="No">
-
- </form>
-
-</body>
-</html>