X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e723a19cf157a78a57458dda69fd1ea36e68ea1..6092ef39d7da3d61b6df25c9dc3ff23b1a7b8acb:/templates/webpages/admin/test_db_connection.html diff --git a/templates/webpages/admin/test_db_connection.html b/templates/webpages/admin/test_db_connection.html index 6559709e1..4c7101097 100644 --- a/templates/webpages/admin/test_db_connection.html +++ b/templates/webpages/admin/test_db_connection.html @@ -1,26 +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 %] - -

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

- - [%- ELSE %] +[%- 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") %] +