X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Ftest_db_connection.html;h=4c7101097245f41557a99cc73f2b860a8e32ba2e;hb=11da80946e1d6365543722b4ba29e44886601d86;hp=865efeac99cb9b172a8662012371cb1d4e1a8b88;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/admin/test_db_connection.html b/templates/webpages/admin/test_db_connection.html index 865efeac9..4c7101097 100644 --- a/templates/webpages/admin/test_db_connection.html +++ b/templates/webpages/admin/test_db_connection.html @@ -1,28 +1,19 @@ -[%- USE T8 %] -[% USE HTML %] +[%- USE HTML %][%- USE LxERP -%][%- USE L -%] +[%- IF ok %] -
[% title %]
+

[% LxERP.t8('The connection was established successfully.') %]

- [%- IF connection_ok %] +[%- ELSE %] -

[% 'The connection was established successfully.' | $T8 %]

- - [%- ELSE %] - -

- [% 'The connection to the database could not be established.' | $T8 %] - [% 'Error message from the database driver:' | $T8 %] +

+ [% LxERP.t8('The connection to the database could not be established.') %] + [% LxERP.t8('Error message from the database driver:') %]

-

[% HTML.escape(errstr) %]

+

[% HTML.escape(error) %]

- [%- END %] - -

-

- -
-

+[%- END %] - - +
+ [% LxERP.t8("Close Window") %] +