X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1e403f489b283e2e6b725f32cea29f38b3fe4e1f..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/templates/webpages/admin/create_dataset.html diff --git a/templates/webpages/admin/create_dataset.html b/templates/webpages/admin/create_dataset.html index 4f875a882..48998c6a9 100644 --- a/templates/webpages/admin/create_dataset.html +++ b/templates/webpages/admin/create_dataset.html @@ -10,6 +10,13 @@ [% LxERP.t8('In the latter case the tables needed by kivitendo will be created in that database.') %]
+ [% IF !superuser.have_privileges %] ++ [% LxERP.t8("Database superuser privileges are required for parts of the database modifications.") %] + [% LxERP.t8("Please provide corresponding credentials.") %] +
+ [% END %] +| [% LxERP.t8('Existing Datasets') %] | @@ -21,10 +28,17 @@[% L.input_tag('db', FORM.db, class="initial_focus") %] | |
|---|---|---|
| [% LxERP.t8('Country') %] | -[% L.select_tag('countrymode', SELF.all_countrymodes, title_key="title", default=(FORM.countrymode), onchange='select_country_defaults(this.value)') %] | -|
| [% LxERP.t8("Database Superuser") %] | +[% L.input_tag("database_superuser_user", superuser.username) %] | +|
| [% LxERP.t8("Password") %] | +[% L.input_tag("database_superuser_password", superuser.password, type="password") %] | +|
| @@ -38,7 +52,7 @@ | ||
| [% LxERP.t8('Precision') %] | -[% L.input_tag('precision', FORM.precision) %] | +[% L.input_tag('precision_as_number', LxERP.format_amount(FORM.precision, 2)) %] [% LxERP.t8('Precision Note') %] |