3  <div class="listtop">[% title %]</div>
 
   5  <form method="post" action="admin.pl">
 
   8    <translate>The old file containing the user information is still
 
   9     present ("[% HTML.escape(memberfile) %]"). Do you want to
 
  10     migrate these users into the database? If not then you will not be
 
  11     able to log in with any of the users present in the old file.
 
  16    <translate>If you chose to let Lx-Office do the migration then
 
  17     Lx-Office will also remove the old member file after creating a
 
  18     backup copy of it in the directory
 
  19     "[% HTML.escape(backupdir) %]".</translate>
 
  22   <input type="hidden" name="yes_nextsub" value="migrate_users">
 
  23   <input type="hidden" name="no_nextsub" value="list_users">
 
  25   <input type="submit" class="submit" name="action" value="<translate>Yes</translate>">
 
  26   <input type="submit" class="submit" name="action" value="<translate>No</translate>">