X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fcheck_auth_database.html;h=80f0698ff7182d869ed3d7a363986df8926eb04a;hb=51aa7d3ccc53449c3582bae461d567ff2203e964;hp=2a3c51d9f3cf2d1c8877f7eede17472561922157;hpb=841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5;p=kivitendo-erp.git diff --git a/templates/webpages/admin/check_auth_database.html b/templates/webpages/admin/check_auth_database.html index 2a3c51d9f..80f0698ff 100644 --- a/templates/webpages/admin/check_auth_database.html +++ b/templates/webpages/admin/check_auth_database.html @@ -34,7 +34,7 @@ [% 'Please enter the name of the database that will be used as the template for the new database:' | $T8 %]

-

[% 'Template database' | $T8 %]:

+

[% 'Template database' | $T8 %]: [% L.input_tag('db_template', "template1") %]

[% 'If the database user listed above does not have the right to create a database then enter the name and password of the superuser below:' | $T8 %] @@ -43,12 +43,12 @@ - + - +
[% 'Superuser name' | $T8 %]:[% L.input_tag('db_superuser', '') %][% L.input_tag('db_superuser', AUTH.DB_config.user, class="initial_focus") %]
[% 'Password' | $T8 %]:[% L.input_tag('db_superuser_password', '', type='password') %][% L.input_tag('db_superuser_password', AUTH.DB_config.password, type='password') %]