Patch aus Bug 1343: csv in ../users speichern
[kivitendo-erp.git] / templates / webpages / admin / check_auth_tables_master.html
1 [% USE HTML %]<body>
2
3  <div class="listtop">[% title %]</div>
4
5  <p>
6   <translate>The tables for user management and authentication do not
7    exist. They will be created in the next step in the following
8    database:</translate>
9  </p>
10
11  <table border="0">
12   <tr>
13    <td><translate>Host</translate>:</td>
14    <td>[% HTML.escape(db_host) %]</td>
15   </tr>
16   <tr>
17    <td><translate>Port</translate>:</td>
18    <td>[% HTML.escape(db_port) %]</td>
19   </tr>
20   <tr>
21    <td><translate>User name</translate>:</td>
22    <td>[% HTML.escape(db_user) %]</td>
23   </tr>
24   <tr>
25    <td><translate>Database name</translate>:</td>
26    <td>[% HTML.escape(db_db) %]</td>
27   </tr>
28  </table>
29
30  <p>
31   <translate>If you want to change any of these parameters then press
32    the &quot;Back&quot; button, edit the file
33    &quot;config/authentication.pl&quot; and login into the admin module
34    again.</translate>
35  </p>
36
37  <form method="post" action="admin.pl">
38
39   <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
40   <input type="hidden" name="action" value="create_auth_tables">
41
42   <input type="submit" class="submit" value="<translate>Create tables</translate>">
43   <input type="button" class="submit" onclick="history.back()" value="<translate>Back</translate>">
44
45  </form>
46
47 </body>
48 </html>