X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fwarning.html;h=cd8a44a58362d615a526095999adcc6a88d426a2;hb=51aa7d3ccc53449c3582bae461d567ff2203e964;hp=9de5e9e4da74ad13446f0ffbe2201a1d691652b0;hpb=c707edd523dc852f3bd11008d64ab3cb1daca545;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/warning.html b/templates/webpages/dbupgrade/warning.html index 9de5e9e4d..cd8a44a58 100644 --- a/templates/webpages/dbupgrade/warning.html +++ b/templates/webpages/dbupgrade/warning.html @@ -1,16 +1,60 @@ [%- USE T8 %] [%- USE HTML %] -[%- USE LxERP %] -
+[%- USE LxERP %][%- USE L -%] + - +

[% 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 %]

+ +

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

+ +