X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fcheck_auth_tables.html;h=13a89f464ebe3b1458e0d069f755309bb49d87db;hb=f15f5e4321df31d2279edb480e9c7fc15c3af31c;hp=64ef01b297c18c94afaf2d4dd8f77b3d2c295126;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/admin/check_auth_tables.html b/templates/webpages/admin/check_auth_tables.html index 64ef01b29..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,35 +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/authentication.pl" 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")) %]
- - -