X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fwarning.html;h=cd8a44a58362d615a526095999adcc6a88d426a2;hb=577042c61c5e1fffb8747079b4f9826e51532ee8;hp=f54c6875406e89d1c5128f6ee01f9642fca25367;hpb=7cf894f137fa5e4a2679b8a6e1aa00566041f9e4;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/warning.html b/templates/webpages/dbupgrade/warning.html index f54c68754..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('Lx-Office is about to update the database [ #1 ].', dbname) | html %] + [% 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') %] +

+ +