X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fcheck_auth_tables.html;h=13a89f464ebe3b1458e0d069f755309bb49d87db;hb=f4da9593b8f91ae5d57437ed124f9c9d859bc698;hp=027d492c56189ddce7119b5e26bd15c2e933fc3f;hpb=8a40e3dd0f638557b8c666fe708ccbc1ac709c4e;p=kivitendo-erp.git diff --git a/templates/webpages/admin/check_auth_tables.html b/templates/webpages/admin/check_auth_tables.html index 027d492c5..13a89f464 100644 --- a/templates/webpages/admin/check_auth_tables.html +++ b/templates/webpages/admin/check_auth_tables.html @@ -1,7 +1,7 @@ [%- USE T8 %] -[%- USE HTML %] +[%- USE HTML %][%- USE LxERP -%][%- USE L -%] -
[% title %]
+

[% title %]

[% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %] @@ -10,33 +10,30 @@ - + - + - + - +
[% 'Host' | $T8 %]:[% HTML.escape(db_host) %][% HTML.escape(SELF.db_cfg.host) %]
[% 'Port' | $T8 %]:[% HTML.escape(db_port) %][% HTML.escape(SELF.db_cfg.port) %]
[% 'User name' | $T8 %]:[% HTML.escape(db_user) %][% HTML.escape(SELF.db_cfg.user) %]
[% 'Database name' | $T8 %]:[% HTML.escape(db_db) %][% HTML.escape(SELF.db_cfg.db) %]

- [% '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 %] + [% '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 %]

-
- - - - - - + + [%- L.hidden_tag("action", 'Admin/create_auth_tables') %] + [%- L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %] + [% L.submit_tag("dummy", LxERP.t8("Create tables")) %] + [% L.button_tag("history.back()", LxERP.t8("Back")) %]
-