]> wagnertech.de Git - mfinanz.git/blob - templates/webpages/admin/user_migration.html
Bug 1511: bei Verkaufsbericht per Freitextfeld Kunden einschränken
[mfinanz.git] / templates / webpages / admin / user_migration.html
1 [%- USE T8 %]
2 [%- USE LxERP %]
3 [% USE HTML %]<body>
4
5  <div class="listtop">[% title %]</div>
6
7  <form method="post" action="admin.pl">
8
9   <p>
10    [% LxERP.t8('The old file containing the user information is still present (&quot;#1&quot;). 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.', memberfile) | html %]
11   </p>
12
13   <p>
14    [% LxERP.t8('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 &quot;#1&quot;.', backupdir) | html %]
15   </p>
16
17   <input type="hidden" name="yes_nextsub" value="migrate_users">
18   <input type="hidden" name="no_nextsub" value="list_users">
19
20   <input type="submit" class="submit" name="action" value="[% 'Yes' | $T8 %]">
21   <input type="submit" class="submit" name="action" value="[% 'No' | $T8 %]">
22
23  </form>
24
25 </body>
26 </html>