X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5..0a50b37c:/templates/webpages/admin/check_auth_database.html?ds=inline 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') %] |