X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fwarning.html;h=cd8a44a58362d615a526095999adcc6a88d426a2;hb=c092c963921436b418f42ed73bece53878a61bf0;hp=6fd0d5e1d2b729dca13f04c6b5344d6d63c8fd2f;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/warning.html b/templates/webpages/dbupgrade/warning.html index 6fd0d5e1d..cd8a44a58 100644 --- a/templates/webpages/dbupgrade/warning.html +++ b/templates/webpages/dbupgrade/warning.html @@ -1,13 +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 %]

- [% LxERP.t8('Lx-Office is about to update the database #1. You should create a backup of the database before proceeding because the backup might not be reversible.', dbname) | html %] + [% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %]

+ +

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

+ +