X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fwarning.html;h=cd8a44a58362d615a526095999adcc6a88d426a2;hb=a86dab03f00248d8a631098f3e8a517d4a30325b;hp=02948797a0ec9235fee34206a4f22372c6b5fdfd;hpb=54746051d506e6e6c76c77b85d381cae4bf86b89;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/warning.html b/templates/webpages/dbupgrade/warning.html index 02948797a..cd8a44a58 100644 --- a/templates/webpages/dbupgrade/warning.html +++ b/templates/webpages/dbupgrade/warning.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE HTML %] -[%- USE LxERP %] +[%- USE LxERP %][%- USE L -%]
@@ -8,6 +8,30 @@

[% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %]

+ + [% IF superuser.need_privileges && !superuser.have_privileges %] +

+ [% LxERP.t8("Database superuser privileges are required for the update.") %] + [% LxERP.t8("Please provide corresponding credentials.") %] +

+ + [% IF superuser.error %] +

[% LxERP.t8("Error: #1", superuser.error) %]

+ [% END %] + + + + + + + + + + + +
[% LxERP.t8("User name") %]:[% L.input_tag("database_superuser_username", superuser.username) %]
[% LxERP.t8("Password") %]:[% L.input_tag("database_superuser_password", superuser.password, type="password") %]
+ [% END %] +

[% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %]

@@ -16,12 +40,12 @@

- [% LxERP.t8('Toggle details') %] + [% LxERP.t8('Show details') %]