Revision 84e3f93f
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/admin/check_auth_tables.html | ||
---|---|---|
3 | 3 |
[% USE LxERP %] |
4 | 4 |
[% USE L %] |
5 | 5 |
|
6 |
<h1>[% title %]</h1>
|
|
6 |
<h1>[% title %]</h1> |
|
7 | 7 |
|
8 |
<p> |
|
9 |
[% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %] |
|
10 |
</p> |
|
8 |
<p>[% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]</p> |
|
11 | 9 |
|
12 |
<table border="0">
|
|
10 |
<table>
|
|
13 | 11 |
<tr> |
14 |
<td>[% 'Host' | $T8 %]:</td> |
|
15 |
<td>[% HTML.escape(SELF.db_cfg.host) %]</td> |
|
12 |
<td>[% 'Host' | $T8 %]:</td>
|
|
13 |
<td>[% HTML.escape(SELF.db_cfg.host) %]</td>
|
|
16 | 14 |
</tr> |
17 | 15 |
<tr> |
18 |
<td>[% 'Port' | $T8 %]:</td> |
|
19 |
<td>[% HTML.escape(SELF.db_cfg.port) %]</td> |
|
16 |
<td>[% 'Port' | $T8 %]:</td>
|
|
17 |
<td>[% HTML.escape(SELF.db_cfg.port) %]</td>
|
|
20 | 18 |
</tr> |
21 | 19 |
<tr> |
22 |
<td>[% 'User name' | $T8 %]:</td> |
|
23 |
<td>[% HTML.escape(SELF.db_cfg.user) %]</td> |
|
20 |
<td>[% 'User name' | $T8 %]:</td>
|
|
21 |
<td>[% HTML.escape(SELF.db_cfg.user) %]</td>
|
|
24 | 22 |
</tr> |
25 | 23 |
<tr> |
26 |
<td>[% 'Database name' | $T8 %]:</td> |
|
27 |
<td>[% HTML.escape(SELF.db_cfg.db) %]</td> |
|
24 |
<td>[% 'Database name' | $T8 %]:</td>
|
|
25 |
<td>[% HTML.escape(SELF.db_cfg.db) %]</td>
|
|
28 | 26 |
</tr> |
29 |
</table>
|
|
27 |
</table> |
|
30 | 28 |
|
31 |
<p> |
|
32 |
[% 'If you want to change any of these parameters then press the "Back" button, edit the file "config/kivitendo.conf" and login into the admin module again.' | $T8 %] |
|
33 |
</p> |
|
34 |
|
|
35 |
<form method="post" action="controller.pl"> |
|
36 |
[%- L.hidden_tag("action", 'Admin/create_auth_tables') %] |
|
37 |
[%- L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %] |
|
29 |
<p>[% 'If you want to change any of these parameters then press the "Back" button, edit the file "config/kivitendo.conf" and login into the admin module again.' | $T8 %]</p> |
|
38 | 30 |
|
31 |
<form method="post" action="controller.pl"> |
|
32 |
[% L.hidden_tag("action", 'Admin/create_auth_tables') %] |
|
33 |
[% L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %] |
|
39 | 34 |
[% L.submit_tag("dummy", LxERP.t8("Create tables")) %] |
40 | 35 |
[% L.button_tag("history.back()", LxERP.t8("Back")) %] |
41 |
</form> |
|
36 |
</form> |
|
37 |
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/admin/check_auth_tables.html