X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fcreate_dataset.html;h=48998c6a96a721a145311d149eecb21c911dc664;hb=15eda163ebc5f28f19161d567afdf03e37cf516a;hp=4f875a8827e30c917e374032e7d3889193f87c61;hpb=1e403f489b283e2e6b725f32cea29f38b3fe4e1f;p=kivitendo-erp.git 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 %] + @@ -21,10 +28,17 @@ - - - - + [% IF !superuser.have_privileges %] + + + + + + + + + + [% END %] @@ -38,7 +52,7 @@ - + @@ -68,6 +82,12 @@ [% L.hidden_tag("dbpasswd", FORM.dbpasswd) %] [% L.hidden_tag("dbdefault", FORM.dbdefault) %] [% L.hidden_tag("action", "Admin/do_create_dataset") %] + [% L.hidden_tag("feature_balance", FORM.feature_balance) %] + [% L.hidden_tag("feature_datev", FORM.feature_datev) %] + [% L.hidden_tag("feature_erfolgsrechnung", FORM.feature_erfolgsrechnung) %] + [% L.hidden_tag("feature_eurechnung", FORM.feature_eurechnung) %] + [% L.hidden_tag("feature_ustva", FORM.feature_ustva) %] +
[% LxERP.t8('Existing Datasets') %][% 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") %]
[% 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') %]